Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
9462e367
Commit
9462e367
authored
May 25, 2015
by
Arnaud Fabre
Browse files
removes duplicates field
parent
edee20ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
legislature/models.py
View file @
9462e367
...
...
@@ -4,7 +4,7 @@ import datetime
class
MRepresentative
(
representatives
.
models
.
Representative
):
active
=
models
.
BooleanField
(
default
=
False
)
#
active = models.BooleanField(default=False)
country
=
models
.
ForeignKey
(
representatives
.
models
.
Country
,
null
=
True
)
def
active_mandates
(
self
):
...
...
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