symposion_app/vendor/symposion/schedule
James Polley 193ffc76d5 List rooms in slot admin
In many parts of the schedule there are multiple slots with the same
start/end times, and it can be hard to find the one you want to edit.

Make this slightly simpler by listing the room names in the admin list.
2017-12-24 13:54:57 +11:00
..
migrations Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
tests Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
__init__.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
admin.py List rooms in slot admin 2017-12-24 13:54:57 +11:00
apps.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
forms.py Don't duplicate existing rooms when importing schedule CSV 2017-12-03 16:15:19 +11:00
helpers.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
models.py Room needs dunder-str as well as dunder-unicode 2017-10-15 15:33:56 +10:00
timetable.py Python3 compatibility in timetable listing 2017-09-17 22:08:39 +10:00
urls.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
views.py Wrap input CSV in an TextIOWrapper 2017-10-15 14:59:57 +10:00