mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix black formatting in migrations
This commit is contained in:
parent
42002b3f2c
commit
274c4f7010
8 changed files with 0 additions and 8 deletions
|
|
@ -2,7 +2,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = []
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("axes", "0001_initial")]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ from django.db import models, migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("axes", "0002_auto_20151217_2044")]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("axes", "0003_auto_20160322_0929")]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("axes", "0004_auto_20181024_1538")]
|
||||
|
||||
operations = [migrations.RemoveField(model_name="accessattempt", name="trusted")]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("axes", "0005_remove_accessattempt_trusted")]
|
||||
|
||||
operations = [migrations.RemoveField(model_name="accesslog", name="trusted")]
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ def deduplicate_attempts(apps, schema_editor):
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("axes", "0006_remove_accesslog_trusted"),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("axes", "0007_alter_accessattempt_unique_together"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue