|
02970b19b4
|
# 63 Refactoring
* refactors django User model to custom User model to provide further attributes and methods directly on the user model
|
2022-01-12 12:56:22 +01:00 |
|
|
bd36ab5b6f
|
#35 Sanity command
* refactors "toggling" of recorded/checked state
* introduces mark_as_edited() for RecordableObjectMixin
|
2021-11-17 12:09:49 +01:00 |
|
|
779065ec91
|
Refactoring
* adds simple getter methods for UserActionLogEntry
* replaces manual creation of UserActionLogEntry with new methods
|
2021-11-16 13:15:15 +01:00 |
|
|
d8f0db6bd6
|
Refactoring
* moves adding of deduction into Intervention and EcoAccount model
* hardens against circular import issues
|
2021-11-16 12:43:13 +01:00 |
|
|
78945d648f
|
Refactoring
* splits compensation/models.py into subpackage
* renames base objects by adding suffix Mixin
|
2021-11-16 08:29:18 +01:00 |
|