From 65427407d60a14f2cfa67eead8d908bf93f38410 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 22 Oct 2013 12:15:17 -0600 Subject: [PATCH] Update changelog. --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9b869ac..359532e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ CHANGES master (unreleased) ------------------- +* Can pass model subclasses, rather than strings, into + `select_subclasses()`. Thanks Keryn Knight. Merge of GH-79. + * Deepcopying a `Choices` instance no longer fails with infinite recursion in `getattr`. Thanks Leden. Merge of GH-75. @@ -21,7 +24,7 @@ master (unreleased) `select_subclasses('child', 'child__grandchild')` would only ever get to the child class. Thanks Keryn Knight for report and proposed fix. -* MonitorField now accepts a 'when' parameter. It will update only when the field +* MonitorField now accepts a 'when' parameter. It will update only when the field changes to one of the values specified.