mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
8 lines
219 B
Python
8 lines
219 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")]
|