mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-01 23:54:42 +00:00
Update changelog about 2 recent pull requests
https://github.com/carljm/django-model-utils/pull/239 https://github.com/carljm/django-model-utils/pull/240
This commit is contained in:
parent
f56e26b5a9
commit
0787a098fd
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ master (unreleased)
|
|||
GH-250, fixes GH-249.
|
||||
* Add mixins for `SoftDeletableQuerySet` and `SoftDeletableManager`, as stated
|
||||
in the the documentation.
|
||||
* Fix `SoftDeletableModel.delete()` to use the correct database connection.
|
||||
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.
|
||||
|
||||
|
||||
2.6 (2016.09.19)
|
||||
|
|
|
|||
Loading…
Reference in a new issue