Skip to content

Commit d5b0bc6

Browse files
committed
Reordered migrations. Updated name fixture.
- Legacy-Id: 19336
1 parent f3a4336 commit d5b0bc6

6 files changed

Lines changed: 27 additions & 27 deletions

File tree

ietf/doc/migrations/0044_procmaterials_states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Migration(migrations.Migration):
2626

2727
dependencies = [
2828
('doc', '0043_bofreq_docevents'),
29-
('name', '0030_add_procmaterials'),
29+
('name', '0031_add_procmaterials'),
3030
]
3131

3232
operations = [

ietf/meeting/migrations/0045_proceedingsmaterial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Migration(migrations.Migration):
1111

1212
dependencies = [
13-
('name', '0028_proceedingsmaterialtypename'),
13+
('name', '0029_proceedingsmaterialtypename'),
1414
('meeting', '0044_again_assign_correct_constraintnames'),
1515
]
1616

ietf/name/fixtures/names.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,18 +2310,18 @@
23102310
"desc": "The BOF request is proposed",
23112311
"name": "Proposed",
23122312
"next_states": [
2313-
178,
2314-
179,
2315-
180,
2316-
181
2313+
159,
2314+
160,
2315+
161,
2316+
162
23172317
],
23182318
"order": 0,
23192319
"slug": "proposed",
23202320
"type": "bofreq",
23212321
"used": true
23222322
},
23232323
"model": "doc.state",
2324-
"pk": 177
2324+
"pk": 158
23252325
},
23262326
{
23272327
"fields": {
@@ -2334,7 +2334,7 @@
23342334
"used": true
23352335
},
23362336
"model": "doc.state",
2337-
"pk": 178
2337+
"pk": 159
23382338
},
23392339
{
23402340
"fields": {
@@ -2347,7 +2347,7 @@
23472347
"used": true
23482348
},
23492349
"model": "doc.state",
2350-
"pk": 179
2350+
"pk": 160
23512351
},
23522352
{
23532353
"fields": {
@@ -2360,7 +2360,7 @@
23602360
"used": true
23612361
},
23622362
"model": "doc.state",
2363-
"pk": 180
2363+
"pk": 161
23642364
},
23652365
{
23662366
"fields": {
@@ -2373,37 +2373,37 @@
23732373
"used": true
23742374
},
23752375
"model": "doc.state",
2376-
"pk": 181
2376+
"pk": 162
23772377
},
23782378
{
23792379
"fields": {
23802380
"desc": "The material is active",
23812381
"name": "Active",
23822382
"next_states": [
2383-
185
2383+
164
23842384
],
23852385
"order": 0,
23862386
"slug": "active",
23872387
"type": "procmaterials",
23882388
"used": true
23892389
},
23902390
"model": "doc.state",
2391-
"pk": 184
2391+
"pk": 163
23922392
},
23932393
{
23942394
"fields": {
23952395
"desc": "The material is removed",
23962396
"name": "Removed",
23972397
"next_states": [
2398-
184
2398+
163
23992399
],
24002400
"order": 1,
24012401
"slug": "removed",
24022402
"type": "procmaterials",
24032403
"used": true
24042404
},
24052405
"model": "doc.state",
2406-
"pk": 185
2406+
"pk": 164
24072407
},
24082408
{
24092409
"fields": {
@@ -2756,7 +2756,7 @@
27562756
"has_milestones": false,
27572757
"has_nonsession_materials": false,
27582758
"has_reviews": false,
2759-
"has_session_materials": false,
2759+
"has_session_materials": true,
27602760
"is_schedulable": false,
27612761
"material_types": "[\n \"slides\"\n]",
27622762
"matman_roles": "[\n \"ad\",\n \"chair\",\n \"delegate\",\n \"secr\"\n]",
@@ -3157,7 +3157,7 @@
31573157
"has_milestones": true,
31583158
"has_nonsession_materials": false,
31593159
"has_reviews": false,
3160-
"has_session_materials": false,
3160+
"has_session_materials": true,
31613161
"is_schedulable": false,
31623162
"material_types": "[\n \"slides\"\n]",
31633163
"matman_roles": "[\n \"lead\",\n \"chair\",\n \"secr\"\n]",
@@ -3231,7 +3231,7 @@
32313231
"has_milestones": false,
32323232
"has_nonsession_materials": false,
32333233
"has_reviews": true,
3234-
"has_session_materials": false,
3234+
"has_session_materials": true,
32353235
"is_schedulable": false,
32363236
"material_types": "[\n \"slides\"\n]",
32373237
"matman_roles": "[\n \"ad\",\n \"secr\"\n]",
@@ -11918,8 +11918,8 @@
1191811918
},
1191911919
{
1192011920
"fields": {
11921-
"desc": "Sponsors and Supporters",
11922-
"name": "Sponsors and supporters",
11921+
"desc": "Sponsors and supporters",
11922+
"name": "Sponsors and Supporters",
1192311923
"order": 0,
1192411924
"used": true
1192511925
},
@@ -15653,7 +15653,7 @@
1565315653
"fields": {
1565415654
"command": "xym",
1565515655
"switch": "--version",
15656-
"time": "2021-08-30T00:16:41.046",
15656+
"time": "2021-09-03T00:17:04.034",
1565715657
"used": true,
1565815658
"version": "xym 0.5"
1565915659
},
@@ -15664,7 +15664,7 @@
1566415664
"fields": {
1566515665
"command": "pyang",
1566615666
"switch": "--version",
15667-
"time": "2021-08-30T00:16:42.619",
15667+
"time": "2021-09-03T00:17:05.961",
1566815668
"used": true,
1566915669
"version": "pyang 2.5.0"
1567015670
},
@@ -15675,7 +15675,7 @@
1567515675
"fields": {
1567615676
"command": "yanglint",
1567715677
"switch": "--version",
15678-
"time": "2021-08-30T00:16:42.981",
15678+
"time": "2021-09-03T00:17:06.308",
1567915679
"used": true,
1568015680
"version": "yanglint SO 1.6.7"
1568115681
},
@@ -15686,7 +15686,7 @@
1568615686
"fields": {
1568715687
"command": "xml2rfc",
1568815688
"switch": "--version",
15689-
"time": "2021-08-30T00:16:45.742",
15689+
"time": "2021-09-03T00:17:09.925",
1569015690
"used": true,
1569115691
"version": "xml2rfc 3.9.1"
1569215692
},

ietf/name/migrations/0028_proceedingsmaterialtypename.py renamed to ietf/name/migrations/0029_proceedingsmaterialtypename.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
('name', '0027_add_bofrequest'),
11+
('name', '0028_iabasg'),
1212
]
1313

1414
operations = [

ietf/name/migrations/0029_populate_proceedingsmaterialtypename.py renamed to ietf/name/migrations/0030_populate_proceedingsmaterialtypename.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def reverse(apps, schema_editor):
2525
class Migration(migrations.Migration):
2626

2727
dependencies = [
28-
('name', '0028_proceedingsmaterialtypename'),
28+
('name', '0029_proceedingsmaterialtypename'),
2929
('meeting', '0046_meetinghost'),
3030
]
3131

ietf/name/migrations/0030_add_procmaterials.py renamed to ietf/name/migrations/0031_add_procmaterials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Migration(migrations.Migration):
3232
('group', '0044_populate_groupfeatures_parent_type_fields'),
3333
('liaisons', '0006_document_primary_key_cleanup'),
3434
('meeting', '0018_document_primary_key_cleanup'),
35-
('name', '0029_populate_proceedingsmaterialtypename'),
35+
('name', '0030_populate_proceedingsmaterialtypename'),
3636
('review', '0014_document_primary_key_cleanup'),
3737
('submit', '0008_submissionextresource'),
3838
]

0 commit comments

Comments
 (0)