Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Re2o
re2o
Commits
04b3d3b3
Commit
04b3d3b3
authored
Jan 10, 2021
by
klafyvel
Committed by
Gabriel Detraz
Jan 24, 2021
Browse files
Fix migration conflict with reversion.
parent
f523118f
Changes
1
Hide whitespace changes
Inline
Side-by-side
users/migrations/0001_model_creation.py
View file @
04b3d3b3
...
...
@@ -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"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment