Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonah Kanner
gracedb
Commits
d5fb3143
Commit
d5fb3143
authored
Dec 04, 2017
by
Tanner Prestegard
Committed by
gracedb-dev1
Dec 04, 2017
Browse files
fixing migration dependencies
parent
70d61a25
Changes
3
Hide whitespace changes
Inline
Side-by-side
gracedb/migrations/0001_initial.py
View file @
d5fb3143
...
...
@@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial
=
True
dependencies
=
[
(
'auth'
,
'000
8
_auto_201
71020_1045
'
),
(
'auth'
,
'000
7
_auto_201
50708_1134
'
),
]
operations
=
[
...
...
ligoauth/migrations/0001_initial.py
View file @
d5fb3143
...
...
@@ -13,7 +13,7 @@ class Migration(migrations.Migration):
initial
=
True
dependencies
=
[
(
'auth'
,
'000
8
_auto_201
71020_1045
'
),
(
'auth'
,
'000
7
_auto_201
50708_1134
'
),
migrations
.
swappable_dependency
(
settings
.
AUTH_USER_MODEL
),
]
...
...
migrations/guardian/0001_initial.py
View file @
d5fb3143
...
...
@@ -29,7 +29,7 @@ class Migration(migrations.Migration):
initial
=
True
dependencies
=
[
(
'auth'
,
'000
8
_auto_201
71020_1045
'
),
(
'auth'
,
'000
7
_auto_201
50708_1134
'
),
(
'contenttypes'
,
'0002_remove_content_type_name'
),
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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