Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Valentin Samir
django-cas-server
Commits
248658b5
Commit
248658b5
authored
May 21, 2018
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server'
parent
5bd06d47
Pipeline
#723
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cas_server/migrations/0001_squashed_0013_auto_20170329_1748.py
...erver/migrations/0001_squashed_0013_auto_20170329_1748.py
+1
-1
No files found.
cas_server/migrations/0001_squashed_0013_auto_20170329_1748.py
View file @
248658b5
...
...
@@ -10,7 +10,7 @@ import django.utils.timezone
class
Migration
(
migrations
.
Migration
):
replaces
=
[(
b
'cas_server'
,
'0001_squashed_0021_auto_20150611_2102'
),
(
b
'cas_server'
,
'0002_auto_20151212_1300'
),
(
b
'cas_server'
,
'0003_auto_20151212_1721'
),
(
b
'cas_server'
,
'0004_auto_20151218_1032'
),
(
b
'cas_server'
,
'0005_auto_20160616_1018'
),
(
b
'cas_server'
,
'0006_auto_20160706_1727'
),
(
b
'cas_server'
,
'0007_auto_20160723_2252'
),
(
b
'cas_server'
,
'0008_newversionwarning'
),
(
b
'cas_server'
,
'0009_auto_20160814_0619'
),
(
b
'cas_server'
,
'0010_auto_20160824_2112'
),
(
b
'cas_server'
,
'0011_auto_20161007_1258'
),
(
b
'cas_server'
,
'0012_auto_20170328_1610'
),
(
b
'cas_server'
,
'0013_auto_20170329_1748'
)]
replaces
=
[(
'cas_server'
,
'0001_squashed_0021_auto_20150611_2102'
),
(
'cas_server'
,
'0002_auto_20151212_1300'
),
(
'cas_server'
,
'0003_auto_20151212_1721'
),
(
'cas_server'
,
'0004_auto_20151218_1032'
),
(
'cas_server'
,
'0005_auto_20160616_1018'
),
(
'cas_server'
,
'0006_auto_20160706_1727'
),
(
'cas_server'
,
'0007_auto_20160723_2252'
),
(
'cas_server'
,
'0008_newversionwarning'
),
(
'cas_server'
,
'0009_auto_20160814_0619'
),
(
'cas_server'
,
'0010_auto_20160824_2112'
),
(
'cas_server'
,
'0011_auto_20161007_1258'
),
(
'cas_server'
,
'0012_auto_20170328_1610'
),
(
'cas_server'
,
'0013_auto_20170329_1748'
)]
initial
=
True
...
...
Write
Preview
Markdown
is supported
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