mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add changelog note.
This commit is contained in:
parent
07ea0d3a71
commit
50210ef2af
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ CHANGES
|
|||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
* Added ``InheritanceManagerMixin``, ``InheritanceQuerySetMixin``,
|
||||
``PassThroughManagerMixin``, and ``QueryManagerMixin`` to allow composing
|
||||
their functionality with other custom manager/queryset subclasses (e.g. those
|
||||
in GeoDjango). Thanks Douglas Meehan!
|
||||
|
||||
|
||||
2.0 (2014.01.06)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue