mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Tweak AUTHORS and changelog.
This commit is contained in:
parent
7e381179e4
commit
a16b7a1419
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
Alejandro Varas <alej0varas@gmail.com>
|
||||
Alex Orange <crazycasta@gmail.com>
|
||||
Andy Freeland <andy@andyfreeland.net>
|
||||
Carl Meyer <carl@dirtcircle.com>
|
||||
Donald Stufft <donald.stufft@gmail.com>
|
||||
Facundo Gaich <facugaich@gmail.com>
|
||||
|
|
@ -17,4 +18,3 @@ Simon Meers <simon@simonmeers.com>
|
|||
sayane
|
||||
Trey Hunner <trey@treyhunner.com>
|
||||
zyegfryed
|
||||
Andy Freeland <andy@andyfreeland.net>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ tip (unreleased)
|
|||
----------------
|
||||
|
||||
- ``PassThroughManager.for_queryset_class()`` no longer ignores superclass
|
||||
``get_query_set``.
|
||||
``get_query_set``. Thanks Andy Freeland. Fixes GH-31.
|
||||
|
||||
- Fixed ``InheritanceManager`` bug with grandchildren in Django 1.6. Thanks
|
||||
CrazyCasta.
|
||||
|
|
@ -21,7 +21,7 @@ tip (unreleased)
|
|||
|
||||
- Fixed intermittent ``StatusField`` bug. Fixes GH-29.
|
||||
|
||||
- Added Python 3 support
|
||||
- Added Python 3 support.
|
||||
|
||||
- Dropped support for Django 1.2 and 1.3. Django 1.4.2+ required.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue