Updated CHANGES.rst

This commit is contained in:
Alejandro Varas 2013-11-14 16:39:19 -03:00
parent 452ac5cd21
commit ae13fe2f41

View file

@ -4,6 +4,9 @@ CHANGES
master (unreleased)
-------------------
* Can pass `choices_name` to `StatusField` to use a different name for
choices class attribute. ``STATUS`` is used by default.
* Can pass model subclasses, rather than strings, into
`select_subclasses()`. Thanks Keryn Knight. Merge of GH-79.