Commits on Source (5)
-
Benjamin Hättasch authored
Verbose name of AKSlot.fixed was updated in a previous commit, this migration reflects this change
-
Benjamin Hättasch authored
This fixes #97 Exclude interest_counter from AK history Prevent saving of history record when increasing interest counter Run the following action after applying the change/migration to remove existing duplicate history records (the ones without changes to tracked fields, hence caused by either saving without changing any field or especially the ones created due to changes of the now ignored interest_counter): python manage.py clean_duplicate_history AKModel.ak
-
Nadja Geisler authored
Do not track changes of AK interest counter Closes #97 See merge request !86
-
Previously, the event from the url was not parsed correctly for API endpoints for individual AKs, AKRooms, etc. This led to self.event being None and the queryset being empty, hence the AK, AKRoom etc. could not be found by the API. This fix makes sure, the event is loaded as part of the API initialization for all endpoints and methods.
-
Nadja Geisler authored
Fix API detail views See merge request !89
Showing
- AKModel/migrations/0043_akslot_fixed_improve_verbose_name.py 18 additions, 0 deletionsAKModel/migrations/0043_akslot_fixed_improve_verbose_name.py
- AKModel/migrations/0044_ak_history_remove_interest_counter.py 17 additions, 0 deletions...del/migrations/0044_ak_history_remove_interest_counter.py
- AKModel/models.py 3 additions, 1 deletionAKModel/models.py
- AKModel/views.py 5 additions, 0 deletionsAKModel/views.py