konova/compensation
mpeltriaux 591e35a0e2 #86 Parcel-Geometry improvement
* improves the way parcel-geometry relations are stored on the DB
    * instead of a numerical sequence we switched to UUID, so no sequence will run out at anytime (new model: ParcelIntersection)
    * instead of dropping all M2M relations between parcel and geometry on each calculation, we keep the ones that still exist, drop the ones that do not exist and add new ones (if new ones exist)
2022-02-09 09:18:35 +01:00
..
forms #86 Parcel district column for all 2022-02-08 15:25:44 +01:00
migrations # Migrations 2022-02-02 09:00:38 +01:00
models # 86 LANIS link fix 2022-02-08 17:14:23 +01:00
templates/compensation # 86 Minor html/css tweaks 2022-02-04 13:55:50 +01:00
tests Further tests ecoaccount 2022-02-08 11:58:43 +01:00
urls #86 Log detail enhancements 2022-02-08 13:16:20 +01:00
utils # 63 Refactoring 2022-01-12 12:56:22 +01:00
views Remove form renaming 2022-02-08 13:31:40 +01:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py # 86 More log details Documents 2022-02-04 09:18:46 +01:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py # 61 EcoAccount Filter 2022-01-12 10:15:57 +01:00
managers.py #31 API POST Compensation 2022-01-24 14:41:56 +01:00
settings.py #7 New Form 2021-10-06 13:10:10 +02:00
tables.py #86 Parcel-Geometry improvement 2022-02-09 09:18:35 +01:00