django/django
Joseph Kocherhans 5beb5f7372 Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed. Thanks for the initial patch, camillo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-07 03:33:07 +00:00
..
bin
conf Fixed Bosnian language code introduced in r12322. 2010-03-02 15:42:32 +00:00
contrib Fixed #12151: Ensured the comments code does not cause a server error when a request comes in for a comment specifying an invalid primary key value. Thanks thejaswi_puthraya. 2010-03-05 20:17:52 +00:00
core Fixed #6918: Adjusted the test in r12683 to more specifically look for what it is testing so it doesn't get thrown off by other minor differences in email ouput (hopefully). Also put a docstring back in its place. 2010-03-06 15:50:12 +00:00
db Fixed #12913. Fields with choices now respect show_hidden_initial as a keyword argument to formfield. Thanks, semenov. 2010-03-07 01:50:58 +00:00
dispatch
forms Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed. Thanks for the initial patch, camillo. 2010-03-07 03:33:07 +00:00
http Fixed #11522: Restored ability of http redirect responses to correctly handle redirect locations with non-ASCII chars. 2010-03-02 19:37:48 +00:00
middleware Removed an 'assert False' I stupidly committed in [12165] 2010-01-10 17:37:48 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #6510 -- Refactored the way child nodes are found in template nodes to avoid potential inconsistencies. Thanks to SmileyChris for the patch. 2010-03-02 07:42:51 +00:00
templatetags Fixed #5972 - Allow the template filters to be used with the trans tag. Thanks for the initial patch, Dmitri Fedortchenko. 2010-02-21 23:43:28 +00:00
test Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00
utils Fixed #12779 - Sanitize numeric form field input according to decimal and thousand separator settings. 2010-03-01 10:19:24 +00:00
views Fixed #12083: Ensured generating debug 404 page won't raise a key error. Thanks pigletto. 2010-03-05 18:53:07 +00:00
__init__.py Bump version info to 1.2 beta. 2010-02-06 06:05:44 +00:00