.. |
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 |
0007_auto_20180716_1337.py
|
Adjusted some timezones in test code to use permitted time zones after the previous changes in listed timezones. Added a migration for the changed timezone list.
|
2018-07-17 14:28:42 +00:00 |
0008_rename_meeting_agenda_note.py
|
Renamed meeting.agenda_note to meeting.agenda_warning_note. Commit ready for merge.
|
2018-10-09 20:52:04 +00:00 |
0009_add_agenda_info_note.py
|
Added meeting.agenda_info_note. Commit ready for merge.
|
2018-10-09 22:08:45 +00:00 |
0010_set_ietf_103_agenda_info_note.py
|
Tweaked the migration order.
|
2018-10-15 05:24:25 +00:00 |
0011_auto_20190114_0550.py
|
Updated the timezone information to match the latest timezone database release (2018i)
|
2019-01-14 13:54:28 +00:00 |
0012_add_slide_submissions.py
|
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge.
|
2019-03-25 16:10:00 +00:00 |
0013_make_separate_break_sessobj.py
|
Fixed a migrations conflict
|
2019-04-03 10:28:49 +00:00 |
0014_auto_20190426_0305.py
|
New country info from updated pytz timezone library
|
2019-04-26 10:06:48 +00:00 |
0015_sessionpresentation_document2_fk.py
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
0016_remove_sessionpresentation_document.py
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
0017_rename_field_document2.py
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
0018_document_primary_key_cleanup.py
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +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 |