8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-06 17:43:00 +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 Gabriel Detraz
parent f523118f3a
commit 04b3d3b35f

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"),