konova/compensation
mpeltriaux ba83993abf # 382 - Redirect as 404
* extends 404 template (user should check the URL)
* introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter
    * throws a Http404 exception --> redirect to 404 template instead of 500 error template
2024-02-16 10:13:43 +01:00
..
autocomplete Hotfix: EcoAccount serializable 2023-11-29 12:21:37 +01:00
filters # Improves filter_show_all() 2023-02-22 09:44:35 +01:00
forms # Optimizations and fixes 2024-02-08 07:31:19 +01:00
migrations # Django 4 migrations 2023-11-30 13:04:33 +01:00
models # Optimizations and fixes 2024-02-08 07:31:19 +01:00
tables # Reduces db access 2023-02-22 10:53:25 +01:00
templates/compensation Bugfix 2023-02-02 16:34:09 +01:00
tests # Optimizations and fixes 2024-02-08 07:31:19 +01:00
urls Share views 2022-08-22 10:58:07 +02:00
utils # 342 Fix 2023-08-25 09:13:46 +02:00
views # 382 - Redirect as 404 2024-02-16 10:13:43 +01:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py #229 Shared users mandatory on admin 2022-11-16 13:27:57 +01:00
apps.py Initial 2021-07-01 13:36:07 +02:00
managers.py #112 WIP: Restructure CompensationAction 2022-02-10 14:45:00 +01:00
settings.py # 349 LANIS link improvements 2023-10-25 10:04:56 +02:00