| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
treatment types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view (refs #2784)
|
|
|
|
To apply:
./manage.py migrate archaeological_finds --delete-ghost-migrations 0018
./manage.py migrate archaeological_finds --fake 0019
|
|
|
|
when deleting import
|
|
|
|
|
|
|
|
* creator is no more a mandatory field
* for associated foreign key relation: on_delete set to SET_NULL
|
|
material type
|
|
|
|
|
|
* automatically add creator to new created item
* associated migrations
* associated tests
* tests
|
|
* added to models
* associated migration
* added to search
* added to forms
|
|
* an abstract model class has been defined to manage image and thumbnail
with resizing on the fly
* max size for images and thumbnails are set in project settings
* new field have been added to Find model to save images and thumbnails
* form and wizard of Find have been changed
|
|
|
|
|
|
Reorganization of views, urls, menus, admin, forms.
Changes on models.
|
|
|