Reword changes, use GH- convention for tickets and PR

This commit is contained in:
Bruno Alla 2017-01-07 14:20:00 +00:00
parent 336ac14144
commit ecf80381de

View file

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