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
thalia
concrexit
Commits
00db2daa
Unverified
Commit
00db2daa
authored
Feb 27, 2017
by
Thom Wiggers
📐
Browse files
Fix migration
parent
b55beac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/migrations/0011_auto_20161005_2141.py
View file @
00db2daa
...
...
@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
name
=
'Mentorship'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'year'
,
models
.
IntegerField
(
validators
=
django
.
core
.
validators
.
MinValueValidator
(
1990
))),
(
'year'
,
models
.
IntegerField
(
validators
=
[
django
.
core
.
validators
.
MinValueValidator
(
1990
)
]
)),
(
'member'
,
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'members.Member'
,
verbose_name
=
'Member'
)),
],
),
...
...
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