summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-12-19 13:41:43 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-12-19 13:41:43 +0000
commit7adffaeaf6dfa22db0b6b2a29632b9150c7ac732 (patch)
tree760220d871d4246985cdc71ed2879ac82333c4f4 /AUTHORS
parent059d9205d40243117730aba4baea1373834e57d2 (diff)
Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a0c66aa43d..d7601ca45a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -216,6 +216,7 @@ answer newbie questions, and generally made Django that much better:
Brant Harris
Ronny Haryanto <http://ronny.haryan.to/>
Hawkeye
+ Kent Hauser <kent@khauser.net>
Joe Heck <http://www.rhonabwy.com/wp/>
Joel Heenan <joelh-django@planetjoel.com>
Mikko Hellsing <mikko@sorl.net>