Sachi King
21b2a01a84
Py2 compatability has been broke elsewhere drop it
...
This is all noop in Py3, and Py2 is broke now in various places.
Dropping Py2 code as it will not be a thing going forward.
Django 2 is the next release, Py2 support will be dropped, as such,
dropping this is forward looking.
2017-04-29 15:47:19 +10:00
Christopher Neugebauer
4838adf775
Adds “exclusive” field to slots, so that you don’t need to add every single room to exclusive events (like keynotes)
2016-12-10 08:30:51 +11:00
Hiroshi Miura
a95825ede8
python3 compatibility
...
- Things are suggested in python3 porting guide.
https://docs.djangoproject.com/en/1.8/topics/python3/
1. adding ```from django.utils.encoding import
python_2_unicode_compatible```
2. ``` __str__``` instead of ```__unicode__```
https://docs.djangoproject.com/en/1.8/topics/python3/#str-and-unicode-methods
3. Adding ```from __future__ import unicode_literals``` at the top
of your Python modules
https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals
4. Removing the `u` prefix before unicode strings;
https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals
- also closed #66
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-08-03 23:32:25 +09:00
Carlos Henrique Romano
36ab6d599f
Fix flake8 warnings
2014-07-30 15:19:26 -03:00
Brian Rosner
b7e8e7da8c
fixed schedule slot room ordering
2012-09-19 20:48:54 -06:00
Brian Rosner
2c954c3a05
Fixed slot rooms by using database more natively
2012-08-30 11:52:11 -06:00
Brian Rosner
44d0ea6f2b
Moved colspan to slot in TimeTable
2012-08-30 01:02:49 -06:00
Brian Rosner
d7b3696c6e
Fixed room lookup bug
2012-08-30 00:58:16 -06:00
Brian Rosner
69097d86c9
Fixed rooms queryset to be ordered
2012-08-30 00:57:02 -06:00
Brian Rosner
14f43da962
Corrected naming
2012-08-30 00:53:31 -06:00
Brian Rosner
7601791e8c
Fixed tons of little bugs
2012-08-30 00:52:50 -06:00
Brian Rosner
f3e9cc9a5d
Added TimeTable
2012-08-30 00:51:07 -06:00