mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
9 lines
273 B
Python
9 lines
273 B
Python
# Generated by Django 2.0.4 on 2019-03-13 08:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [("axes", "0005_remove_accessattempt_trusted")]
|
|
|
|
operations = [migrations.RemoveField(model_name="accesslog", name="trusted")]
|