datatracker/ietf/secr/meetings
2017-10-25 13:38:15 +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
blue_sheets.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
forms.py Fix issue creating new timeslots in secretariat scheduling tool caused by changing the meeting start date to a Saturday. Commit ready for merge. 2017-10-05 20:28:39 +00:00
models.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
tests.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
urls.py Refactor session edit page. Add button to cancel a session, which sets the status. Fixes #2296. Commit ready for merge. 2017-07-05 20:23:10 +00:00
views.py Changed to not check timeslot type on delete because other types now have this option. Commit ready for merge 2017-10-16 20:37:15 +00:00