mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add missed changelog entry for removal of PassThroughManager.
This commit is contained in:
parent
f1f8749fa9
commit
520f1f74d1
1 changed files with 4 additions and 0 deletions
|
|
@ -7,8 +7,12 @@ master (unreleased)
|
|||
2.4 (2015-12-03)
|
||||
----------------
|
||||
|
||||
* Remove `PassThroughManager`. Use Django's built-in `QuerySet.as_manager()`
|
||||
and/or `Manager.from_queryset()` utilities instead.
|
||||
|
||||
* Add support for Django 1.9. Drop support for Django 1.6 and earlier.
|
||||
|
||||
|
||||
2.3.1 (2015-07-20)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue