From 336ac14144a509102e1e86a28cc8115c21a5433a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 5 Jan 2017 18:32:33 +0000 Subject: [PATCH] Add changes at the top of the Changelog --- CHANGES.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 421c6bf..07ebff8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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)