symposion_app/vendor/symposion/schedule
James Polley f99765ca0b Add admin action to update slot names
* The slot object updates its name every time it is saved
* But sometimes its slotrooms are changed underneath it, and so the
  name can become out of date
* This method is a simple way of updating the names for all the slots
2018-01-10 22:27:55 +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 Add admin action to update slot names 2018-01-10 22:27:55 +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 Revert "Fix off-by-one error in rowspan calcuations" 2017-12-25 21:44:31 +11: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