Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
d364697c
Commit
d364697c
authored
Sep 06, 2015
by
Daniel W Bond
Browse files
tostring variable reference hotfix
parent
0b0a563a
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/models.py
View file @
d364697c
...
...
@@ -139,4 +139,4 @@ class Class(TimeStampedModel):
verbose_name_plural
=
'classes'
def
__str__
(
self
):
# __unicode__ on Python 2
return
str
(
self
.
year
_int
)
return
str
(
self
.
grad_
year
)
Write
Preview
Markdown
is supported
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