| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view (refs #2784)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To apply:
./manage.py migrate archaeological_context_records --delete-ghost-migrations 0010
./manage.py migrate archaeological_context_records --fake 0011
|
|
too long strings
|
|
|
|
when deleting import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* check that no relation type with symmetrical=True and an inverse relation are
set
* after saving check that theinverse_relation of the inverse_relation
point to the saved object
* test update
|
|
* new models definitions: RecordRelations, RelationType
* migrations
* admin update
|
|
|
|
* creator is no more a mandatory field
* for associated foreign key relation: on_delete set to SET_NULL
|
|
|
|
|
|
|