mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
Renumber migration files and fix linter error
This commit is contained in:
parent
66640ebafb
commit
dcf6c8f8a2
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.1 on 2023-06-01 15:23
|
# Generated by Django 4.2.1 on 2023-06-01 21:47
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
import django_fsm # type: ignore
|
import django_fsm # type: ignore
|
||||||
|
@ -7,7 +7,7 @@ import registrar.models.utility.domain_field
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0023_alter_contact_first_name_alter_contact_last_name_and_more"),
|
("registrar", "0024_alter_contact_email"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue