mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add changes at the top of the Changelog
This commit is contained in:
parent
2af54972eb
commit
336ac14144
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@ master (unreleased)
|
|||
-------------------
|
||||
|
||||
* Fix infinite recursion with multiple `MonitorField` and `defer()` or `only()`
|
||||
on Django 1.10+. Thanks Romain Garrigues. Merge of #242, fixes #241.
|
||||
on Django 1.10+. Thanks Romain Garrigues. Merge of #242, fixes #241.
|
||||
* Fix issue #249 when extending `Manager` and `QuerySet` classes to add custom
|
||||
methods.
|
||||
* Add mixins for `SoftDeletableQuerySet` and `SoftDeletableManager`, as stated
|
||||
in the the documentation.
|
||||
|
||||
|
||||
2.6 (2016.09.19)
|
||||
|
|
|
|||
Loading…
Reference in a new issue