django/django
Ramiro Morales f88b9eee53 [1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to scientific notation when asked to format a zero value with more than six decimal places. Thanks Tai Lee for the report and fix and Facundo Batista for his help when Decimal module expertise was needed.
Backport of [15736] from trunk

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 21:17:48 +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 [1.2.X] Updated all existing translations after changes to filesize translation strings made in [15291]. 2011-01-24 09:49:28 +00:00
contrib [1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelists when used in conjunction with list_display_links or list_editable. Thanks, Simon Meers, Julien Phalip, Karen and master. 2011-03-03 13:47:39 +00:00
core [1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2.4 introduced in r15669. Thanks dobcey for the report. 2011-02-28 14:09:58 +00:00
db [1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benreynwar for the report, and draft patch, and to Karen and Ramiro for the review eyeballs and patch updates. 2011-03-03 13:53:12 +00:00
dispatch [1.2.X] Preventing problems possibly introduced by r14662 2010-11-21 17:35:48 +00:00
forms [1.2.X] Fixed #15349 - Bound FormSet produces bound empty_form 2011-02-21 16:14:04 +00:00
http [1.2.X] Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with invalid characters in their names. Thanks Warlax for the report, Ubercore for his work on a fix and Jannis and Luke for review and guidance. 2011-02-13 02:37:52 +00:00
middleware [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates according to RFC 2616 2011-03-01 14:34:03 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template [1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to scientific notation when asked to format a zero value with more than six decimal places. Thanks Tai Lee for the report and fix and Facundo Batista for his help when Decimal module expertise was needed. 2011-03-03 21:17:48 +00:00
templatetags [1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath. 2011-03-02 21:37:29 +00:00
test [1.2.X] Fixed error that was introduced in [15601] causing lots of test failures on 1.2.X 2011-02-21 22:56:01 +00:00
utils [1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce in Python 2.5. Thanks to an anonymous reporter for the heads up. 2011-03-03 18:45:07 +00:00
views [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates according to RFC 2616 2011-03-01 14:34:03 +00:00
__init__.py [1.2.X] Bump version number for impendign security release. 2011-02-09 03:05:58 +00:00