datatracker/ietf/meeting/migrations
Henrik Levkowetz 06fe583351 Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk:
* Renamed Meeting.agenda to Meeting.schedule together with a bunch of related
   internal things

* Moved Session.status, .requested, and .requested_by to a new SchedulingEvent.

* Turned sessions into regular sessions and non-sessions into misc.
  sessions in the UI and code to avoid ambiguity.

  This doesn't change the data in the DB except for uses of
  TimeSlotTypeName where 'session' is now 'regular'.
 - Legacy-Id: 17153
2019-12-17 23:43:07 +00:00
..
0001_initial.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0002_auto_20180225_1207.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0003_rename_modified_fields.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0004_meeting_attendees.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0005_backfill_old_meetings.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0006_backfill_attendees.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0007_auto_20180716_1337.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0008_rename_meeting_agenda_note.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0009_add_agenda_info_note.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0010_set_ietf_103_agenda_info_note.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0011_auto_20190114_0550.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0012_add_slide_submissions.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0013_make_separate_break_sessobj.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0014_auto_20190426_0305.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0015_sessionpresentation_document2_fk.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0016_remove_sessionpresentation_document.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0017_rename_field_document2.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0018_document_primary_key_cleanup.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0019_slidesubmission_time.py Added a migration for the slidesubmission.time field 2019-07-21 21:05:22 +00:00
0020_remove_future_break_sessions.py Renamed and fixed up a migration that caused multiple leaf nodes. 2019-10-08 10:58:46 +00:00
0021_rename_meeting_agenda_to_schedule.py Rename Meeting.agenda to Meeting.schedule together with a bunch of 2019-11-18 17:22:19 +00:00
0022_schedulingevent.py Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
0023_create_scheduling_events.py Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
0024_auto_20191204_1731.py Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
0025_rename_type_session_to_regular.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +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