datatracker/ietf/meeting/migrations
2018-03-26 13:11:56 +00:00
..
0001_initial.py Got rid of old migrations and created new initial migrations. 2018-02-21 23:46:22 +00:00
0002_auto_20180225_1207.py Added some missing migrations 2018-02-25 20:08:37 +00:00
0003_rename_modified_fields.py Renamed some datetime fields from 'time' to 'modified', to match their semantics, and changed them to use auto_now=True. This should fix an issue with outdated timestamps on some meeting-related objects. 2018-03-03 14:44:58 +00:00
0004_meeting_attendees.py Adjusted the meeting attendees migration to match the updated model. 2018-03-26 13:11:56 +00:00
0005_backfill_old_meetings.py Merged in [14879] from kivinen@iki.fi: 2018-03-22 00:01:57 +00:00
0006_backfill_attendees.py Merged in [14879] from kivinen@iki.fi: 2018-03-22 00:01:57 +00:00
__init__.py Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names. 2012-06-20 21:12:26 +00:00