datatracker/ietf/meeting/migrations
Henrik Levkowetz b143dd407f Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
upcoming automatic scheduling assistance:

 . Added a management command to create a dummy IETF 999 meeting.

 . Added display of new constraints and joint sessions to agenda builder
   interface.

 . The new timerange, time_relation and wg_adjacent constraints, along with
   the joint_with_groups option, are now reflected in the special requests
   field.  This allows them to be taken into account while scheduling
   sessions.

 . Clarified the wording in the session request form regarding conflicts with
   BOFs.

 . Added support for structured entry and storage of joint sessions in
   meetings:

   - Also adds additional tests for the SessionForm
   - Fixes a javascript error in session requests for non-WG groups,
     that could cause incorrect form behaviour.
   - Expands the tests added in [17289] a bit.

 . Added support for the timerange, wg_adjacent and time_relation constraints.
   This adds three new constraints to the database and relevant UIs:

   - timerange: "This WG can't meet during these timeframes"
   - wg_adjacent: "Schedule adjacent to another WG (directly following,
     no breaks, same room)"
   - time_relation: schedule the two sessions of one WG on subsequent
     days or with at least one day seperation
 - Legacy-Id: 17605
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-04-08 20:41:29 +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
0026_cancel_107_sessions.py Add migration to cancel 107 sessions 2020-03-19 17:48:03 +00:00
0027_add_constraint_options_and_joint_groups.py Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for 2020-04-08 20:41:29 +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