datatracker/ietf/iesg
Robert Sparks da17e7c9a2 Merged in [19713] from lars@eggert.org:
Remove ietf/templates/iesg/scribe_template.html and related, 
    which is not used anymore according to the secretariat.
    (On merge, rjsparks@nostrum.com also removed the three other
     templates that only that one included, and removed the test
     that covered the view tht was removed).
 - Legacy-Id: 19732
Note: SVN reference [19713] has been migrated to Git commit 70420380f7
2021-12-01 22:50:13 +00:00
..
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Remove outdated mechanic for adding additional email addresses to crash reports from several apps. Commit ready for merge. 2021-08-11 15:35:28 +00:00
admin.py Changed the telechat date admin to use the 'initial-date' field value instead of the now nonfunctional form.initial dictionary. This may need revisiting under Django 1.11, which has an official api to grab a form's initial values. This fixes a server 500 error on trying to save a non-default telechat date. 2017-10-14 12:08:22 +00:00
agenda.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
factories.py Bring the factory-boy and Faker dependencies forward through some minor breaking changes. Stop using the deprecated fr_QC locale in Faker. Commit ready for merge. 2021-08-03 22:22:35 +00:00
feeds.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
models.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
tests.py Merged in [19713] from lars@eggert.org: 2021-12-01 22:50:13 +00:00
urls.py Merged in [19713] from lars@eggert.org: 2021-12-01 22:50:13 +00:00
utils.py Another round of iesg page optimizations. Reduced additional instances of individual lookups to a single lookup followed by annotation of document objects. Reduced several instances of repeating the same work multiple times (queries for telechat documents, queries for telechat dates). 2018-04-05 11:03:26 +00:00
views.py Merged in [19713] from lars@eggert.org: 2021-12-01 22:50:13 +00:00