symposion_app/vendor/symposion/schedule
James Polley 3239bbe29a Don't duplicate existing rooms when importing schedule CSV
* Old implementation needs to see exactly the same rooms in exactly
  the same order every time it loads new data, otherwise it will
  create a duplicate entry for the room that differs only in display
  order.
* New implementation ignores the display order when checking to see
  if the room already exists.
2017-12-03 16:15:19 +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 Enhance Schedule list display 2017-10-15 15:58:43 +10: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