1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django
2010-02-24 20:52:14 +00:00
..
bin
conf Polish translations updated 2010-02-24 15:33:14 +00:00
contrib Fixed #11681. Fixed display of non_field_errors and non_form_errors in the admin. Thanks, nessita. 2010-02-23 18:56:00 +00:00
core Fixed #10258: handle duplicate file names better. 2010-02-23 22:39:22 +00:00
db Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor. 2010-02-24 19:06:59 +00:00
dispatch
forms Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings as checked or not instead of as a value attribute. Thanks, bthomas. 2010-02-23 23:37:45 +00:00
http Fixed #12470 - django.contrib.messages CookieStorage failing silently in safari when comma is used in message 2010-01-23 23:13:00 +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 #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError. 2010-02-23 18:50:57 +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 #12119. Changed smart_split to stop splitting on whitespace in quotes. Thanks, emulbreh. 2010-02-24 20:52:14 +00:00
views Fixed #12944. Added Django version to the main part of the debug page. Thanks, robhudson. 2010-02-24 19:39:04 +00:00
__init__.py Bump version info to 1.2 beta. 2010-02-06 06:05:44 +00:00