diff --git a/AUTHORS.rst b/AUTHORS.rst index 6d57e7d..931c8cd 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -24,3 +24,4 @@ Travis Swicegood Trey Hunner zyegfryed Filipe Ximenes +Curtis Maloney diff --git a/CHANGES.rst b/CHANGES.rst index ee72232..7f0834b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,8 @@ master (unreleased) * MonitorField now accepts a 'when' parameter. It will update only when the field changes to one of the values specified. +* Improve `InheritanceManager` so any attributes added by using extra(select) + will be propagated onto children. 1.5.0 (2013.08.29) ------------------