mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update CHANGES
This commit is contained in:
parent
3100d47931
commit
7ae505733e
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ master (unreleased)
|
|||
Merge of GH-239.
|
||||
* Added boolean keyword argument `soft` to `SoftDeletableModel.delete()` that
|
||||
revert to default behavior when set to `False`. Merge of GH-240.
|
||||
|
||||
* Enforced default manager in `StatusModel` to avoid manager order issues
|
||||
when using abstract models that redefine `objects` manager. Merge of GH-253,
|
||||
fixes GH-251.
|
||||
|
||||
2.6 (2016.09.19)
|
||||
----------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue