datatracker/ietf/secr/drafts
2017-02-10 14:49:16 +00:00
..
fixtures Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time). 2015-02-21 20:48:29 +00:00
__init__.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
email.py For manual posting of an I-D by the Secretariat, include the RFC Editor on the email message if the I-D is in the RFC Editor Queue. Fixes #1751. 2015-12-10 22:55:04 +00:00
forms.py Specified strip=False for another bunch of CharField form fields with Textarea widgets. 2017-01-23 17:38:56 +00:00
notifications.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
reports.py Move standalone monthly report scripts to bin directory. Commit ready for merge. 2016-04-11 15:54:36 +00:00
tests_views.py Added a score of setting save/restores to test setup/teardown actions. 2016-06-21 07:51:02 +00:00
urls.py Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function. 2017-02-10 14:49:16 +00:00
views.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00