konova/api
mpeltriaux 2fa2876090 #31 API POST Compensation
* adds support for POST of new compensations
* adds shared_users property to BaseObject and Compensation to simplify fetching of shared users (Compensation inherits from intervention)
* extends compensation admin index
* modifies compensation manager which led to invisibility of deleted entries in the admin backend
* fixes bug in sanitize_db.py where CREATED useractions would be removed if they are not found on any log but still are used on the .created attribute of the objects
2022-01-24 14:41:56 +01:00
..
models #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00
tests #31 API basic implementation 2022-01-21 15:26:08 +01:00
urls #31 API POST Intervention 2022-01-24 12:17:17 +01:00
utils #31 API POST Compensation 2022-01-24 14:41:56 +01:00
views #31 API POST/PUT Intervention 2022-01-24 13:04:39 +01:00
__init__.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
admin.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
apps.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
settings.py #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00