diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2024-10-03 20:20:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 20:20:36 -0400 |
| commit | 064bd53fee225d8b940608270d71dd7d7e1adbe1 (patch) | |
| tree | 9a39d4218af6399650d6e33dc0ba92cb6919a9a8 /foundation | |
| parent | 1be8f1364ccf5e1b3450fa9fe92a0b020ecdb96a (diff) | |
Fixed `isort` and `flake8` errors and ran all `tox` envs in CI (#1642)
Diffstat (limited to 'foundation')
| -rw-r--r-- | foundation/migrations/0005_alter_approvedgrant_amount_currency_and_more.py | 2 | ||||
| -rw-r--r-- | foundation/migrations/0006_hardcode_currency_choices.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/foundation/migrations/0005_alter_approvedgrant_amount_currency_and_more.py b/foundation/migrations/0005_alter_approvedgrant_amount_currency_and_more.py index d3ead1c0..4a72b3ba 100644 --- a/foundation/migrations/0005_alter_approvedgrant_amount_currency_and_more.py +++ b/foundation/migrations/0005_alter_approvedgrant_amount_currency_and_more.py @@ -1,7 +1,7 @@ # Generated by Django 4.2.14 on 2024-08-23 15:41 -from django.db import migrations import djmoney.models.fields +from django.db import migrations class Migration(migrations.Migration): diff --git a/foundation/migrations/0006_hardcode_currency_choices.py b/foundation/migrations/0006_hardcode_currency_choices.py index 68faca8a..ca08b326 100644 --- a/foundation/migrations/0006_hardcode_currency_choices.py +++ b/foundation/migrations/0006_hardcode_currency_choices.py @@ -1,8 +1,9 @@ # Generated by Django 4.2.14 on 2024-09-26 11:12 from decimal import Decimal -from django.db import migrations + import djmoney.models.fields +from django.db import migrations class Migration(migrations.Migration): |
