mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Reword changes, use GH- convention for tickets and PR
This commit is contained in:
parent
336ac14144
commit
ecf80381de
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue