diff --git a/CHANGES.rst b/CHANGES.rst index 359532e..74eb663 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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.