mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-24 15:13:44 +00:00
17 lines
333 B
Python
17 lines
333 B
Python
# Generated by Django 2.1.4 on 2018-12-23 09:03
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('axes', '0004_auto_20181024_1538'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='accessattempt',
|
|
name='trusted',
|
|
),
|
|
]
|