mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-12 01:23:11 +00:00
7 lines
218 B
Python
7 lines
218 B
Python
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [("axes", "0004_auto_20181024_1538")]
|
|
|
|
operations = [migrations.RemoveField(model_name="accessattempt", name="trusted")]
|