summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_treatments.py
AgeCommit message (Collapse)Author
2023-03-06Sheet Treatment file: add associated image and document list (refs #4275)Étienne Loks
2023-02-23Admin: overload index to add sub-section headersÉtienne Loks
2023-01-30Fix treatment and file treatment sheet display (bad QR code link)Étienne Loks
2023-01-27Add custom cached_label configuration for each main itemÉ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-10-03Fix delete wizard with no "class_verbose_name"Étienne Loks
2022-03-24Fix dated field search (modified after/before)Étienne Loks
2021-03-19Format - black: findsÉtienne Loks
2021-02-28Refactoring - typoÉtienne Loks
2021-02-28TextField: blank=True, null=True -> blank=True, default=""Étienne Loks
2021-02-28Labels: fix filteringÉtienne Loks
2021-02-28Refactoring of models. Document container - declare only idÉtienne Loks
2020-11-06Label generation: optimize template evaluationÉtienne Loks
2020-03-11Searc criteria: add has image/file/url criteria for all document itemsÉtienne Loks
2020-03-10Full-search index: year index for treatments - town for warehouseÉtienne Loks
2019-12-16Gin index for data fieldsÉtienne Loks
2019-11-18Adapt for translation overloadÉtienne Loks
2019-09-16Add 'IF EXISTS' to 'DROP VIEW' statement in migrationsÉtienne Loks
2019-09-16Fix exhibit date search for treatment filesÉtienne Loks
2019-09-16Treatment, treatment files: add scientific manager - exhibition fieldsÉtienne Loks
2019-09-14Operation, site: multi del - redirsÉtienne Loks
2019-09-13Delete action: context records, files, finds, treatments, treatments files, ↵Étienne Loks
admin acts
2019-06-18Treatment: fix py3 keys() managementÉtienne Loks
2019-06-17Tests: fix default conversion to strÉtienne Loks
2019-06-17Fix stats cache for integer valuesÉtienne Loks
2019-06-17Migrate to python 3 - Clean old migrations and some old scriptsÉtienne Loks
2019-06-05Searches: fix history modifierÉtienne Loks
2019-05-24DocumentItem: fix inapropriate heritageÉtienne Loks
2019-05-23Document generation: better layout for VALUESÉtienne Loks
2019-05-22Document templates: manage finds, base finds, baskets relationsÉtienne Loks
2019-05-21Document generation: fix for treatment file without associated basketÉtienne Loks
2019-05-02Data importer: add value formaters based on Python format() stringÉtienne Loks
2019-04-24Search: manage localized and non localized indexationÉtienne Loks
2019-02-18Sheet person: add related items tablesÉtienne Loks
2019-02-12Treatements, treatments files, containers: add quick action on sheet to add ↵Étienne Loks
documents
2019-02-12Change icon for treatmentsÉtienne Loks
2019-02-06ForeignKey: SET_NULL fixÉtienne Loks
2019-02-06Main image: fix bad "on_delete" behaviourÉtienne Loks
2019-01-31Search: manage dynamic query parameters (ex: divisions details)Étienne Loks
2019-01-29QA packaging: allow to change ref and current containersÉtienne Loks
2019-01-29Treatments: add a view to get all non modif treatmentsÉtienne Loks
- manage go back in the modi treatment hierarchy
2019-01-29Treatment order by date descÉtienne Loks
2019-01-15Treatments: settings for M2M historyÉtienne Loks
2019-01-11Manage main image: model, auto associate default imageÉtienne Loks
2019-01-02Quick fix for find modification initÉtienne Loks
2018-12-11Manage treatment state and effective executionÉtienne Loks
2018-12-10Treatment - packaging: change by default current and ref containerÉtienne Loks
2018-12-10Treatments: manage loan, loan return and packaging by parametersÉtienne Loks
2018-12-10Document generation: WIP on basketÉtienne Loks