* Renamed Meeting.agenda to Meeting.schedule together with a bunch of related internal things * Moved Session.status, .requested, and .requested_by to a new SchedulingEvent. * Turned sessions into regular sessions and non-sessions into misc. sessions in the UI and code to avoid ambiguity. This doesn't change the data in the DB except for uses of TimeSlotTypeName where 'session' is now 'regular'. - Legacy-Id: 17153 |
||
---|---|---|
.. | ||
migrations | ||
__init__.py | ||
admin.py | ||
forms.py | ||
models.py | ||
resources.py | ||
test_utils.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |