Commit 9dc223c3c621ff9c56b48344847b44e74c16b4bd

Authored by Alexis Koralewski
1 parent 8a7ec6c9
Exists in dev

update initial dev fixture

src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json
@@ -358,7 +358,7 @@ @@ -358,7 +358,7 @@
358 "pk": 2, 358 "pk": 2,
359 "fields": { 359 "fields": {
360 "name": "CNRS", 360 "name": "CNRS",
361 - "f_quota": 0.2 361 + "quota_f": 0.2
362 } 362 }
363 }, 363 },
364 { 364 {
@@ -366,7 +366,7 @@ @@ -366,7 +366,7 @@
366 "pk": 1, 366 "pk": 1,
367 "fields": { 367 "fields": {
368 "name": "CNES", 368 "name": "CNES",
369 - "f_quota": 0.8 369 + "quota_f": 0.8
370 } 370 }
371 }, 371 },
372 { 372 {