8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-05 18:42:12 +00:00

Fix migration conflict with reversion.

This commit is contained in:
Hugo Levy-Falk 2021-01-10 11:43:28 +01:00 committed by chirac
parent a11a57dc7d
commit d4dd5d89c9

View file

@ -14,7 +14,6 @@ import users.models
class Migration(migrations.Migration):
dependencies = [('auth', '0008_alter_user_username_max_length')]
initial = True
run_before = [("reversion", "0001_squashed_0004_auto_20160611_1202")]
# We replace everything.
replaces = [
("users", "0001_initial"),