diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-23 12:36:44 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
| commit | 94a4a57148d2c81dbbc1251b7e79ba09282af217 (patch) | |
| tree | e37714d36079e8af4d8e972d16859c6bc338b406 /ishtar_common/migrations/0231_default_mandatory_keys.py | |
| parent | 406252c203e6863aa4ae02619037f13439706f98 (diff) | |
| download | Ishtar-94a4a57148d2c81dbbc1251b7e79ba09282af217.tar.bz2 Ishtar-94a4a57148d2c81dbbc1251b7e79ba09282af217.zip | |
✨ imports: allow errors to be pointed out line by line
Diffstat (limited to 'ishtar_common/migrations/0231_default_mandatory_keys.py')
| -rw-r--r-- | ishtar_common/migrations/0231_default_mandatory_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/migrations/0231_default_mandatory_keys.py b/ishtar_common/migrations/0231_default_mandatory_keys.py index 568e60b9a..cd245322a 100644 --- a/ishtar_common/migrations/0231_default_mandatory_keys.py +++ b/ishtar_common/migrations/0231_default_mandatory_keys.py @@ -30,7 +30,7 @@ def migrate(apps, __): class Migration(migrations.Migration): dependencies = [ - ('ishtar_common', '0230_auto_20231018_1551'), + ('ishtar_common', '0230_auto_20231024_1045'), ] operations = [ |
