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
radiopanik
panikdb
Commits
0a77c6b9
Commit
0a77c6b9
authored
Sep 01, 2013
by
fred
Browse files
user: allow empty emissions
parent
a80f59d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikdb/aa/models.py
View file @
0a77c6b9
...
...
@@ -7,5 +7,5 @@ from django.db import models
from
emissions.models
import
Emission
class
User
(
AbstractUser
):
emissions
=
models
.
ManyToManyField
(
Emission
)
emissions
=
models
.
ManyToManyField
(
Emission
,
null
=
True
,
blank
=
True
)
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