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
1df88c82
Commit
1df88c82
authored
May 24, 2017
by
Milan van Stiphout
Browse files
Made migration so that this actually works
parent
35236771
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/migrations/0017_auto_20170524_2046.py
0 → 100644
View file @
1df88c82
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-05-24 18:46
from
__future__
import
unicode_literals
import
django.core.validators
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'events'
,
'0016_event_category'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'event'
,
name
=
'fine'
,
field
=
models
.
DecimalField
(
decimal_places
=
2
,
default
=
0
,
help_text
=
'Fine if participant does not show up (at least €5).'
,
max_digits
=
5
,
validators
=
[
django
.
core
.
validators
.
MinValueValidator
(
0
)],
verbose_name
=
'fine'
),
),
]
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