Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
e2300779
Commit
e2300779
authored
Aug 08, 2019
by
Guilhem Saurel
Browse files
typo
parent
b191216b
Pipeline
#5188
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0036_update_distros.py
View file @
e2300779
...
...
@@ -14,7 +14,7 @@ def add_targets(apps, schema_editor):
# Disable dubnium, jessie & erbium
Target
.
objects
.
filter
(
name
=
'dubnium'
).
update
(
active
=
False
)
Target
.
objects
.
filter
(
name
=
'jessie'
).
update
(
active
=
False
)
Target
.
objects
.
filter
(
name
=
'erbiu
r
m'
).
update
(
active
=
False
)
Target
.
objects
.
filter
(
name
=
'erbium'
).
update
(
active
=
False
)
# Remove old images
Image
=
apps
.
get_model
(
'rainboard'
,
'Image'
)
...
...
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