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
AE UTBM
Sith
Commits
0b23d39e
Commit
0b23d39e
authored
Nov 23, 2016
by
Skia
🤘
Browse files
Fix migrations after rebase
parent
b8c9aa4e
Pipeline
#423
passed with stage
in 2 minutes and 23 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
core/migrations/0007_auto_20161108_1703.py
deleted
100644 → 0
View file @
b8c9aa4e
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0006_merge'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'sithfile'
,
name
=
'is_authorized'
,
),
migrations
.
AddField
(
model_name
=
'sithfile'
,
name
=
'is_moderated'
,
field
=
models
.
BooleanField
(
verbose_name
=
'is moderated'
,
default
=
False
),
),
]
core/migrations/0008_sithfile_asked_for_removal.py
View file @
0b23d39e
...
...
@@ -7,7 +7,7 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'000
7
_auto_20161108_1703'
),
(
'core'
,
'000
6
_auto_20161108_1703'
),
]
operations
=
[
...
...
sas/migrations/0001_initial.py
View file @
0b23d39e
...
...
@@ -7,7 +7,7 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'000
7
_auto_20161108_1703'
),
(
'core'
,
'000
6
_auto_20161108_1703'
),
]
operations
=
[
...
...
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