django1/django
Luke Plant b84838aef4 Fixed #14576 - FormWizard.done() method doesn't get passed the last form in the list
Thanks to cyberdelia for report and test, and steph for the initial patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-16 14:37:00 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks jjconti, tvon, vak, Muhammad Alkarouri and thiggins for their work. 2010-11-14 15:42:54 +00:00
contrib Fixed #14576 - FormWizard.done() method doesn't get passed the last form in the list 2010-11-16 14:37:00 +00:00
core Fiexed #3055 -- Validate that models target of a GenericRelation have a GenericForeignKey field. 2010-11-14 23:21:39 +00:00
db Made the oracle backend throw the same ValueError as the mysql backend when a timezone-aware datetime is passed in. This fixes a datatypes test failure. 2010-11-12 18:39:30 +00:00
dispatch Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. 2010-11-02 18:30:00 +00:00
forms Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdebert and dpn for the patch. 2010-10-18 04:44:49 +00:00
http Fixed #14594 -- Corrected r14435, which got the logic completely bass ackwards. Thanks to Mark Sundstrom for keeping me honest :-) 2010-11-02 08:30:01 +00:00
middleware Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. 2010-11-02 18:30:00 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can declare a cycle without producing a value in the template. Thanks to anentropic for the suggestion and initial patch, and Łukasz Rekucki for the final patch. 2010-11-02 13:42:30 +00:00
templatetags Fixed #14181 -- Added a template tag and filters to allow localization to be disabled in a template. Thanks to Benjamin Wohlwend for the work on the patch. 2010-10-29 16:48:58 +00:00
test Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00
utils Fiexed #3055 -- Validate that models target of a GenericRelation have a GenericForeignKey field. 2010-11-14 23:21:39 +00:00
views Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. 2010-11-11 21:43:49 +00:00
__init__.py Bump version number and download URL for 1.3 alpha 1. 2010-11-11 07:15:30 +00:00