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
b6dc13f6
Commit
b6dc13f6
authored
Jul 02, 2018
by
Guilhem Saurel
Browse files
remove Target.python3
parent
8b62d310
Changes
2
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0018_remove_target_python3.py
0 → 100644
View file @
b6dc13f6
# Generated by Django 2.0.5 on 2018-07-02 09:24
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'rainboard'
,
'0017_project_from_gepetto'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'target'
,
name
=
'python3'
,
),
]
rainboard/models.py
View file @
b6dc13f6
...
...
@@ -512,7 +512,7 @@ class Branch(TimeStampedModel):
class
Target
(
NamedModel
):
p
ython3
=
models
.
CharField
(
max_length
=
3
,
blank
=
True
,
null
=
True
)
p
ass
# class Test(TimeStampedModel):
...
...
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