diff --git a/CHANGES.rst b/CHANGES.rst index 07ebff8..62388ae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,9 +5,10 @@ master (unreleased) ------------------- * Fix infinite recursion with multiple `MonitorField` and `defer()` or `only()` - 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. + on Django 1.10+. Thanks Romain Garrigues. Merge of GH-242, fixes GH-241. +* Fix `InheritanceManager` and `SoftDeletableManager` to respect ` + `self._queryset_class` instead of hardcoding the queryset class. Merge of + GH-250, fixes GH-249. * Add mixins for `SoftDeletableQuerySet` and `SoftDeletableManager`, as stated in the the documentation.