mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update AUTHORS and changelog.
This commit is contained in:
parent
cce804da4e
commit
3a84092e32
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ Alejandro Varas <alej0varas@gmail.com>
|
|||
Carl Meyer <carl@dirtcircle.com>
|
||||
Donald Stufft <donald.stufft@gmail.com>
|
||||
Facundo Gaich <facugaich@gmail.com>
|
||||
Felipe Prenholato <philipe.rp@gmail.com>
|
||||
Gregor Müllegger <gregor@muellegger.de>
|
||||
James Oakley <jfunk@funktronics.ca>
|
||||
Jannis Leidel <jannis@leidel.info>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ CHANGES
|
|||
tip (unreleased)
|
||||
----------------
|
||||
|
||||
- Allow specifying default value for a ``StatusField``. Thanks Felipe
|
||||
Prenholato.
|
||||
|
||||
- Fix calling ``create()`` on a ``RelatedManager`` that subclasses a dynamic
|
||||
``PassThroughManager``. Thanks SeiryuZ for the report. Fixes GH-24.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue