Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2013-05-22 19:16:40 -06:00
parent 6409799de8
commit 1921809d95
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
Alejandro Varas <alej0varas@gmail.com>
Alex Orange <crazycasta@gmail.com>
Carl Meyer <carl@dirtcircle.com>
Donald Stufft <donald.stufft@gmail.com>
Facundo Gaich <facugaich@gmail.com>

View file

@ -4,6 +4,9 @@ CHANGES
tip (unreleased)
----------------
- Fixed ``InheritanceManager`` bug with grandchildren in Django 1.6. Thanks
CrazyCasta.
- Fixed lack of ``get_FOO_display`` method for ``StatusField``. Fixes GH-41.