datatracker/ietf/secr/drafts
Henrik Levkowetz 726fcbf27d Removed all __future__ imports.
- Legacy-Id: 17391
2020-03-05 23:53:42 +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 Fixed a number of bad Message.content_type settings. 2020-02-26 17:05:53 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +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 Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
tests_reports.py Simple coverage tests for ietf/secr/drafts/reports.py. Commit ready for merge. 2018-03-15 23:11:43 +00:00
tests_views.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
urls.py Remove duplicate functionality in secr/drafts. Fixes #2540. Commit ready for merge. 2018-07-14 19:25:09 +00:00
views.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00