summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/models.py
AgeCommit message (Collapse)Author
2024-09-10✅ test find container history and QA container moveÉtienne Loks
2024-09-10✨ find container history: manage first packaging infoÉtienne Loks
2024-09-05✨ QA container form: move formÉtienne Loks
2024-09-05✨ manage find localization historyÉtienne Loks
2024-06-24✨ criteria search: adapt searches for relative search (dates and numbers)Étienne Loks
2024-04-30🚑️ templates get values: fix recursion (containers -> operations -> ↵Étienne Loks
containers -> ...)
2024-04-30✨ templates: get containers values from the operation - performance: add ↵Étienne Loks
cache (refs #5927)
2024-04-17✨ ishtar_maintenance: fix_geographic_items task - 🐛 Geodata: fix ↵Étienne Loks
default attachment for find, context records, warehouse, container
2024-04-16✨ Container - criteria search: indexÉtienne Loks
2024-04-16🗃️ Container: new field Code (forms, sheet, search index and ↵Étienne Loks
autocomplete) (refs #5704)
2024-04-16✨ imports: add search criteriaÉtienne Loks
2023-11-21🐛 templates - container values: fix find order (refs #5661)Étienne Loks
2023-08-08⚡️ optimise post-treatments: prevent unnecessary cascade update (refs #5617)Étienne Loks
2023-06-07⚡️ improve post treatments after importsÉtienne Loks
- check_cascade_update is now function which evaluate if cascade update is relevant - "_no_repost_save" attribute prevent a resave after post import - fix updat check for geo post save - add some logging
2023-05-11🐛 Container import: do not crash on empty container typeÉtienne Loks
2023-05-09Fix container search for documentsÉtienne Loks
2023-05-05Fix precise_town searchÉtienne Loks
2023-04-20precise_town refactoring for django app consistencyÉtienne Loks
2023-04-03Containers: remove division searchÉtienne Loks
2023-04-03Load task refactoring - manage external_id regen with tasks - cascade update ↵Étienne Loks
from warehouse to containers (refs #5432) - containers manage history
2023-02-02Model: add history for document and containersÉtienne Loks
2023-01-27Add custom cached_label configuration for each main itemÉtienne Loks
2023-01-20Sheet find container - fix date and float formatÉtienne Loks
2023-01-20Warehouse: new slug field to prevent ID change when name is changedÉtienne Loks
2023-01-19Warehouse: cached town columnÉtienne Loks
2023-01-19Free search: "raw" index for reference - improve parent only searchÉtienne Loks
2022-12-12Fix many count search such has "has-finds" (refs #5425)Étienne Loks
2022-12-12Add "is locked" search (refs #5419)Étienne Loks
2022-12-12Geodata redesign: container, warehouse migrationÉtienne Loks
2022-12-12Syndication - serialization - display sheet find - 2Étienne Loks
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2022-12-12Migration to Django 2.2 - missing on_delete - django.urls import reverseÉtienne Loks
2022-07-08add bulk update on warehouse with warehouse type modifyCefin
2022-07-08code review on FindSelect FindsCefin
2022-07-08adding search by person-in-charge on findsCefin
2022-07-08adding adress field for searchCefin
2022-07-08adding person in charge field for searchCefin
2022-07-08Performance on imports: group all post treatment to the endÉtienne Loks
2022-05-09Sheet container: fix weight display (refs #5233)Étienne Loks
2022-03-09Templates: optimize template render for containersÉtienne Loks
2022-02-28Templates: fix base finds get value from containerÉtienne Loks
2021-11-09Container: prevent parent infinite loopÉtienne Loks
2021-06-16Container import: put_document_by_internal_referenceÉtienne Loks
2021-05-25Search - Container: search by parent containerÉtienne Loks
2021-04-12CSV export: manage __count - fix get localisationsÉtienne Loks
2021-04-02Statistics - add modalitiesÉtienne Loks
- Context record: operation - Find: operation - Container: container type
2021-03-30Container: fix index generation when only stationary containers are availablesÉtienne Loks
2021-03-26Operation - Context records: Surface int -> floatÉtienne Loks
2021-03-19Format - black: warehouseÉtienne Loks
2021-03-09Container: weight on form - fix weight display on sheetÉtienne Loks