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:
Bruno Alla 2017-01-09 13:29:07 +00:00
parent f56e26b5a9
commit 0787a098fd

View file

@ -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)