|
@@ -0,0 +1,17 @@
|
|
|
|
|
+# Generated by Django 3.2.16 on 2022-12-15 06:47
|
|
|
|
|
+
|
|
|
|
|
+from django.db import migrations
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+class Migration(migrations.Migration):
|
|
|
|
|
+
|
|
|
|
|
+ dependencies = [
|
|
|
|
|
+ ('axes', '0007_add_accesslog_trusted'),
|
|
|
|
|
+ ]
|
|
|
|
|
+
|
|
|
|
|
+ operations = [
|
|
|
|
|
+ migrations.RemoveField(
|
|
|
|
|
+ model_name='accesslog',
|
|
|
|
|
+ name='trusted',
|
|
|
|
|
+ ),
|
|
|
|
|
+ ]
|