From 3a84092e321aae121e8ab5ce69ba78d697561cee Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 21 Feb 2013 16:27:21 -0700 Subject: [PATCH] Update AUTHORS and changelog. --- AUTHORS.rst | 1 + CHANGES.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index a07f513..d34eddc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,6 +2,7 @@ Alejandro Varas Carl Meyer Donald Stufft Facundo Gaich +Felipe Prenholato Gregor Müllegger James Oakley Jannis Leidel diff --git a/CHANGES.rst b/CHANGES.rst index 48566f2..2135d7b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ CHANGES tip (unreleased) ---------------- +- Allow specifying default value for a ``StatusField``. Thanks Felipe + Prenholato. + - Fix calling ``create()`` on a ``RelatedManager`` that subclasses a dynamic ``PassThroughManager``. Thanks SeiryuZ for the report. Fixes GH-24.