Compare commits

..

2 commits

Author SHA1 Message Date
selfhoster1312 ACAB
f069bf0ae6 Merge branch 'feat-distribution-place' into 'develop'
Draft: feature: Add placekey relationship for distribution spots

See merge request la-chariotte/la-chariotte!129
2025-03-03 22:04:00 +00:00
selfhoster1312
a93864d2af feature: Add place relationship for distribution spots 2025-03-03 23:03:44 +01:00

View file

@ -31,7 +31,7 @@ def link_existing_place(apps, schema_editor):
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("order", "0029_set_phone_mandatory_for_existing_orders"), ("order", "0030_alter_groupedorder_code_alter_orderauthor_email_and_more"),
] ]
operations = [ operations = [