mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-22 12:04:43 +00:00
Merge branch 'master' into ticket_251
This commit is contained in:
commit
3100d47931
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