Skip to content

Commit 0a7d6ad

Browse files
committed
migration prep
1 parent e364769 commit 0a7d6ad

File tree

102 files changed

+55663
-58176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+55663
-58176
lines changed

instruments/admin.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ class InstrumentAdmin (admin.ModelAdmin):
8787
models.English_American_WGShort,
8888
models.English_British_OxfordShort,
8989
models.Arabic_Saudi_WG,
90+
models.Arabic_Saudi_WS,
91+
models.Arabic_Saudi_WSOther,
9092
models.Estonian_WS,
9193
models.Catalan_WS,
9294
models.Korean_WGComp,
93-
models.Finnish_WGProdShort,
9495
models.Finnish_WGProd,
95-
models.Arabic_Saudi_WS,
96-
models.Arabic_Saudi_WSOther,
96+
models.Finnish_WGProdShort,
9797
models.Catalan_WG,
9898

9999
]:

instruments/management/commands/02_create_instrument_schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def handle(self, *args, **options):
2828
models_file = open("instruments/models.py", "w")
2929

3030
print(f"Input Intruments: {input_instruments}")
31-
print(f"Language: {input_language}; Form: {input_form}")
31+
3232
for instrument in input_instruments:
3333
var_safe = lambda s: "".join(
3434
[c for c in "_".join(s.split()) if c in string.ascii_letters + "_"]

instruments/migrations/0002_auto_20231221_0315.py

+11,270
Large diffs are not rendered by default.

instruments/migrations/0039_auto_20231127_0440.py

-53
This file was deleted.

instruments/migrations/0040_auto_20231128_0418.py

-18
This file was deleted.

instruments/migrations/0041_arabic_saudi_wg_arabic_saudi_ws.py

-682
This file was deleted.

instruments/migrations/0042_estonian_ws.py

-706
This file was deleted.

instruments/migrations/0043_catalan_ws.py

-713
This file was deleted.

0 commit comments

Comments
 (0)