..
0001_initial.py
Removed all use of timedeltafield by converting old migrations to reference compatible types.
2017-02-12 17:10:06 +00:00
0002_auto_20150221_0947.py
Removed all use of timedeltafield by converting old migrations to reference compatible types.
2017-02-12 17:10:06 +00:00
0003_auto_20150304_0738.py
Removed all use of timedeltafield by converting old migrations to reference compatible types.
2017-02-12 17:10:06 +00:00
0004_auto_20150308_0446.py
Removed a superfluous import.
2015-03-08 14:33:50 +00:00
0005_auto_20150430_0847.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0006_auto_20150318_1116.py
some tweaks to the history
2015-05-04 13:09:41 +00:00
0007_auto_20150429_1224.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0008_auto_20150429_1346.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0009_room_functional_name.py
checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests
2015-05-01 22:31:30 +00:00
0010_auto_20150501_0732.py
checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests
2015-05-01 22:31:30 +00:00
0011_ietf92_meetings.py
some tweaks to the history
2015-05-04 13:09:41 +00:00
0012_auto_20151026_1406.py
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
2015-10-26 22:45:26 +00:00
0013_auto_20151026_1408.py
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
2015-10-26 22:45:26 +00:00
0014_auto_20151026_1414.py
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
2015-10-26 22:45:26 +00:00
0015_auto_20151102_1845.py
Updated country and timezone choices.
2015-11-03 03:02:48 +00:00
0016_schedule_ietf88_and_89.py
still preparing to merge forward
2016-01-19 22:42:07 +00:00
0017_schedule_approved_interims.py
Adds a meetings tab to the group information page. Links to minutes, agendas, and materials for each session at each meeting. Improves the UI for the session materials page. Commit ready for merge.
2016-01-20 22:59:14 +00:00
0018_auto_20160207_0537.py
Added a migration for changed default ordering of timeslot entries, and changed auto_now settings for the modified field of meeting sessions, timeslots, and assignments.
2016-02-07 13:46:46 +00:00
0019_allow_null_sessionpresentation_rev.py
checkpoint: refined document/session view with test. Trivial start on Document factories.
2016-02-18 04:07:17 +00:00
0020_auto_20160316_0646.py
Migration for timezone changes (pytz 2015.7 => 2016.1)
2016-03-16 13:52:09 +00:00
0021_auto_20160328_0726.py
New migration to match pytz 2016.3
2016-03-28 14:32:29 +00:00
0022_auto_20160505_0523.py
Added a migration to match the updated time zone definitions of pytz-2016.4.
2016-05-05 12:28:22 +00:00
0023_session_remote_instructions.py
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
2016-06-17 14:16:27 +00:00
0024_migrate_interim_meetings.py
Enhanced the interim_meetings data migration to also update the interim meeting numbers to consistently use zero-padded two-digit serial numbers, in line with how new interim meeting numbers are generated. Added reverse migrations. Made the migration accept existing TimeSlot and Assignments, if found.
2016-06-20 18:22:09 +00:00
0025_add_floorplan_and_room_coordinates.py
Updated migration.
2016-07-07 17:28:47 +00:00
0026_add_floorplan_data.py
Not all the IETF 96 room names are in place yet. Use get_or_create in the data migration.
2016-07-10 14:00:01 +00:00
0027_urlresource.py
Added model UrlResource with FK to Room
2016-07-13 13:07:20 +00:00
0028_add_audio_stream_data.py
Added model UrlResource with FK to Room
2016-07-13 13:07:20 +00:00
0029_add_time_to_room_and_floorplan.py
Provides a custom json view of meetings optimized for the iphone app. Commit ready for merge.
2016-08-04 19:51:52 +00:00
0030_add_material_day_offsets.py
Moved the materials start, cutoff, and revision dates into the Meeting object
2016-08-08 20:34:37 +00:00
0031_add_proceedings_final.py
Add a bit to meeting to note whether proceedings are final. Update proceedings view to reflect the status of that bit. Add a function that finalizes a meetings proceedings
2016-08-08 20:14:04 +00:00
0032_reconstruct_bluesheet_docs_95through96.py
Merged in [11779] from rjsparks@nostrum.com:
2016-08-17 21:45:57 +00:00
0033_add_meeting_acknowlegements.py
Merged in [11770] from rjsparks@nostrum.com:
2016-08-17 15:44:21 +00:00
0034_auto_20160818_1555.py
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
2016-08-24 17:20:54 +00:00
0035_auto_20160818_1610.py
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
2016-08-24 17:20:54 +00:00
0036_add_order_to_sessionpresentation.py
Added an order field to sessionpresentation to allow ordering slides. Reworked the session details page to break slides and drafts into their own sections. Commit ready for merge.
2016-08-26 21:06:01 +00:00
0037_change_meta_options_on_sessionpresentation.py
Added an order field to SessionPresentation.
2016-09-14 19:11:31 +00:00
0038_auto_20161013_1459.py
Add missing proceedings attendee migration. Commit ready for merge.
2016-10-13 23:32:54 +00:00
0039_auto_20161017_1053.py
New version of pytz, new choices for the meeting timezone form.
2016-10-17 18:05:55 +00:00
0040_fix_mext_meeting_materials.py
Fixed some pyflakes issues.
2016-11-28 18:13:43 +00:00
0041_auto_20161209_0436.py
Added migrations for new timezone data, validation on ReviewerSettings.filter_re, and new docevent types.
2016-12-09 12:41:38 +00:00
0042_auto_20161207_1137.py
Merged Django-1.8 upgrade work to trunk. Adjusted migration names, and added migrations as necessary. Fixed some instances of broken html.
2016-12-13 05:55:46 +00:00
0043_auto_20161219_1345.py
Extended the form fields used for duration to accept additional formats, including formats the secretariat are currently using, in order to avoid trouble with the TimedeltaField --> DurationField transition.
2016-12-21 15:26:32 +00:00
0044_convert_timedelta_data_to_duration.py
Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly.
2016-12-20 22:56:34 +00:00
0045_switch_timedelta_fields_to_duration.py
Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly.
2016-12-20 22:56:34 +00:00
0046_auto_20170201_0857.py
New migration for django 1.9 country- and time_zone choices.
2017-02-01 17:01:50 +00:00
0047_import_shared_audio_files.py
Rename and update shared audio file migration. Commit ready for merge
2017-03-10 23:12:49 +00:00
0048_recreate_97_attendees.py
Add Country column to meeting/NN/proceedings/attendees. Fixes #2228 . Commit ready for merge.
2017-03-25 19:20:34 +00:00
0049_auto_20170412_0528.py
A migration to match the latest pytz time zone list.
2017-04-12 18:20:23 +00:00
0050_add_room_resources.py
Added filtering of room resources in the session request form based on the 'used' flag of the room resource name. Tweaked admin to show 'used' for ResourceAssociations. Added Flipchart and U-shape-layout resources through a data migration, and added/modified resource icons.
2017-04-15 19:13:06 +00:00
0051_auto_20170511_0449.py
Merged in [13303] from rcross@amsl.com:
2017-05-11 12:03:19 +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