..
0001_initial.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0002_groupfeatures_historicalgroupfeatures.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0003_groupfeatures_data.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0004_add_group_feature_fields.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0005_group_features_list_data_to_json.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0006_group_features_lists_to_jsonfield.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0007_new_group_features_data.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0008_group_features_onetoone.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0009_auto_20190122_1012.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0010_add_group_types.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0011_auto_20190225_1302.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0012_add_old_nomcom_announcements.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0013_add_groupmilestone_docs2_m2m.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0014_set_document_m2m_keys.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0015_1_del_docs_m2m_table.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0015_2_add_docs_m2m_table.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0016_copy_docs_m2m_table.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0017_remove_docs2_m2m.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0018_remove_old_document_field.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0019_rename_field_document2.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0020_add_uses_milestone_dates.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0021_add_order_to_milestones.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0022_populate_uses_milestone_dates.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0023_use_milestone_dates_default_to_true.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
0024_add_groupman_authroles.py
Allow IAB programs to use normal meeting mechanics. Fixes #2970 . Commit ready for merge.
2020-05-08 21:11:25 +00:00
0025_populate_groupman_authroles.py
Allow IAB programs to use normal meeting mechanics. Fixes #2970 . Commit ready for merge.
2020-05-08 21:11:25 +00:00
0026_programs_meet.py
Allow IAB programs to use normal meeting mechanics. Fixes #2970 . Commit ready for merge.
2020-05-08 21:11:25 +00:00
0027_programs_have_parents.py
Allow IAB programs to use normal meeting mechanics. Fixes #2970 . Commit ready for merge.
2020-05-08 21:11:25 +00:00
0028_add_robots.py
Added a migration to create login and person records for the mail-archive and registration-system users.
2020-06-08 19:19:25 +00:00
0029_add_used_roles_and_default_used_roles.py
Merged in [17908] from rjsparks@nostrum.com:
2020-06-10 12:58:29 +00:00
0030_populate_default_used_roles.py
Merged in [17908] from rjsparks@nostrum.com:
2020-06-10 12:58:29 +00:00
0031_allow_blank_used_roles.py
Improve admin form validation for used_roles. Commit ready for merge.
2020-06-15 19:14:42 +00:00
0032_add_meeting_seen_as_area.py
Renamed and adjusted a migration to avoid multiple migration leaf nodes.
2020-06-29 17:02:42 +00:00
0033_extres.py
Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit.
2020-07-20 01:58:26 +00:00
0034_populate_groupextresources.py
Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit.
2020-07-20 01:58:26 +00:00
0035_add_research_area_groups.py
Merged in [18299] from rjsparks@nostrum.com:
2020-07-29 14:37:51 +00:00
0036_orgs_vs_repos.py
Improved the classification of some github related external resources. Tightened validation of new resource values. Commit ready to merge.
2020-08-17 23:50:22 +00:00
0037_initial_yc_roles.py
Create a yangcatalog support group and populate its initial roles. Commit ready for merge.
2020-09-17 20:57:06 +00:00
0038_auto_20201109_0439.py
Added matching indexes to a number of models with ordering by multiple keys.
2020-11-09 19:41:12 +00:00
0039_remove_historicalgroupfeatures.py
Remove HistoricalGroupFeatures. Fixes #3152 . Commit ready for merge.
2020-12-18 18:57:26 +00:00
0040_lengthen_used_roles_fields.py
Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100 . Commit ready for merge.
2021-02-12 16:39:20 +00:00
0041_create_liaison_contact_roles.py
Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100 . Commit ready for merge.
2021-02-12 16:39:20 +00:00
0042_add_liaison_contact_roles_to_used_roles.py
Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100 . Commit ready for merge.
2021-02-12 16:39:20 +00:00
0043_add_groupfeatures_parent_type_fields.py
Fix renamed field in group migrations 0043 and 0044. Fixes error in 19075. Commit ready for merge.
2021-06-04 21:58:53 +00:00
0044_populate_groupfeatures_parent_type_fields.py
reorder migrations
2021-06-04 23:08:49 +00:00
0045_iabasg.py
Add IAB Administrative Support Group group type. Add IAB groups to the group menu. Clearly delineate group types in the group menu. Fixes #3295 and #3296 . Commit ready for merge.
2021-08-30 19:39:21 +00:00
0046_grouptypename_admin_to_adm.py
Add IETF Administrative LLC groups. Fixes #3302 . Commit ready for merge.
2021-08-31 22:13:38 +00:00
0047_ietfllc.py
Add IETF Administrative LLC groups. Fixes #3302 . Commit ready for merge.
2021-08-31 22:13:38 +00:00
0048_has_session_materials.py
Adjust groupfeatures has_session_materials to match modern usage. Adjusted proceedings and materials templates to show fewer unnecessary duplicates. Fixes #2981 and #3387 . Commit ready for merge.
2021-09-03 15:14:06 +00:00
0049_auto_20211019_1136.py
Merged in [19401] from mark@painless-security.com:
2021-10-19 18:42:09 +00:00
0050_groupfeatures_agenda_filter_type.py
Update migrations and fix a few failing tests. Branch ready for merge.
2021-11-09 02:40:54 +00:00
0051_populate_groupfeatures_agenda_filter_type.py
Update migrations and fix a few failing tests. Branch ready for merge.
2021-11-09 02:40:54 +00:00
0052_groupfeatures_session_purposes.py
Update groupfeatures_session_purposes field migration to match change to model. Commit ready for merge.
2021-11-11 16:29:02 +00:00
0053_populate_groupfeatures_session_purposes.py
Update migrations and fix a few failing tests. Branch ready for merge.
2021-11-09 02:40:54 +00:00
0054_enable_delegation.py
fix: enable delegation for many group types. ( #3753 )
2022-03-25 13:56:49 -03:00
0055_editorial_stream.py
feat: begin supporting the new rfc editor model ( #3960 )
2022-05-20 12:22:17 -05:00
0056_dir_chair_groupman_role.py
fix: Authorize interim session requests using data-driven group roles ( #4120 )
2022-06-22 14:00:44 -05:00
0057_nojabber_onlychat.py
feat: point to Zulip chat rather than jabber. ( #4218 )
2022-07-15 13:48:54 -05:00
0058_alter_has_default_chat.py
fix: correct botched file rename ( #4222 )
2022-07-15 16:14:44 -05:00
0059_use_timezone_now_for_group_models.py
refactor: replace datetime.now and datetime.today with timezone.now ( #4211 )
2022-08-25 13:45:16 -03:00
0060_editoral_refactor.py
feat: enable editorial stream adoption and balloting ( #5011 )
2023-01-31 13:50:51 -06:00
__init__.py
Move milestones branch out of the way to prepare for merge with trunk to get latest charter changes in
2012-06-26 17:47:53 +00:00