.. |
bin
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
conf
|
Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico.
|
2011-12-30 12:41:24 +00:00 |
contrib
|
Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for the report, michalm for the patch and claudep for the review.
|
2012-01-07 11:17:44 +00:00 |
core
|
Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymmetricventures com for the report and Claude Paroz for the patch.
|
2012-01-07 18:43:46 +00:00 |
db
|
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exceptions. Thanks Claude Paroz.
|
2012-01-07 19:53:20 +00:00 |
dispatch
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
forms
|
Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs)
|
2011-12-07 23:08:27 +00:00 |
http
|
Negligible spacing fixes to comments in django/http/__init__.py
|
2011-12-17 02:40:35 +00:00 |
middleware
|
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists.
|
2011-10-06 20:39:15 +00:00 |
shortcuts
|
Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha.
|
2011-01-05 22:41:43 +00:00 |
template
|
Fixed #17496 -- Regression in the floatformat template filter, introduced by the fix for #15789.
|
2012-01-03 13:09:12 +00:00 |
templatetags
|
Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me.
|
2011-11-18 15:00:08 +00:00 |
test
|
Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the "required" error message. Thanks dpifke for the report and patch, and claudep for the tests.
|
2012-01-07 10:26:29 +00:00 |
utils
|
Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Claude Paroz for the initial version of the patch.
|
2012-01-07 18:39:14 +00:00 |
views
|
Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi.
|
2012-01-01 21:54:33 +00:00 |
__init__.py
|
Fixed #17491 -- Honored the version number format expected by distutils. Fixed #11236 too.
|
2012-01-07 19:05:29 +00:00 |