datatracker/ietf/secr/meetings
2018-03-02 16:43:56 +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 Fixed a bug in the queryset argument of a form field declaration. 2018-02-22 00:05:46 +00:00
models.py Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models. 2018-02-20 15:36:05 +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 Removed code that has been marked unreachable for more than 5 months. 2017-12-29 19:48:18 +00:00
views.py Added date information to the 'scheduled session' emails, and also a link to an ical file for the group sessions. Fixes issue #2461. 2018-03-02 16:43:56 +00:00