furmeet-bot/webproj/bot/migrations/0017_auto_20200710_1952.py

18 lines
410 B
Python

# Generated by Django 3.0.8 on 2020-07-10 19:52
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bot', '0016_auto_20200710_0826'),
]
operations = [
migrations.AlterModelOptions(
name='pendingcaptchauser',
options={'ordering': ['-lifetime', 'attempts_left', 'user', 'group', 'captcha_answer']},
),
]