Skip to content

Commit

Permalink
Add spaces in changelog for consistency with older sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jan 11, 2017
1 parent 25b6e09 commit 6a01f33
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGES.rst
Expand Up @@ -6,18 +6,23 @@ master (unreleased)

* Fix infinite recursion with multiple `MonitorField` and `defer()` or `only()`
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.

* 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.
* Enforced default manager in `StatusModel` to avoid manager order issues
when using abstract models that redefine `objects` manager. Merge of GH-253,
fixes GH-251.

* Enforced default manager in `StatusModel` to avoid manager order issues when
using abstract models that redefine `objects` manager. Merge of GH-253, fixes
GH-251.


2.6 (2016.09.19)
Expand Down

0 comments on commit 6a01f33

Please sign in to comment.