Commits on Source (3)
-
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
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