| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view (refs #2784)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To apply:
./manage.py migrate archaeological_finds --delete-ghost-migrations 0018
./manage.py migrate archaeological_finds --fake 0019
|
|
too long strings
|
|
|
|
when deleting import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* creator is no more a mandatory field
* for associated foreign key relation: on_delete set to SET_NULL
|
|
material type
|
|
Conflicts:
archaeological_operations/admin.py
archaeological_operations/models.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add associated actions, wizards, forms
* prevent deletion of associted items (operations, files, etc.)
* give list of associated items before deletion and give access to these
items
|
|
|
|
* automatically add creator to new created item
* associated migrations
* associated tests
* tests
|
|
|
|
|
|
|
|
|
|
New template tags for displaying table of documents
|