1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/django
2012-02-19 16:42:12 +00:00
..
bin
conf Fixed #17674 -- DECIMAL_SEPARATOR and THOUSAND_SEPARATOR were swapped in the Croatian locale. Thanks deni for the report and patch. 2012-02-18 09:36:58 +00:00
contrib Fixed #13068 (again) -- Corrected the admin stacked inline template to allow prepopulated fields to work (Thanks Stanislas Guerra for the report). Also fixed a regression introduced in [16953] where prepopulated fields wouldn't be recognized any more due to the additional "field-" CSS class name prefix. 2012-02-19 16:42:12 +00:00
core Documentation (and some small source code) edits from [17432] - [17537] 2012-02-17 20:04:11 +00:00
db Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB introspection. 2012-02-11 22:17:02 +00:00
dispatch
forms Made a minor tweak to a doctoring in django/forms.forms.py that was missed in r17452. Thanks to Claude Paroz for the tip. 2012-02-05 08:12:07 +00:00
http Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IOError subclass so they can be distinguished from more serious errors. Thanks David Lowe. 2012-02-10 22:51:07 +00:00
middleware Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the request path for language activation if it's actually not wanted. Thanks to Anssi Kääriäinen for the initial patch. 2012-02-18 13:37:30 +00:00
shortcuts
template Fixed #17675 -- Changed the implementation of the {% regroup %} template tag to use the context properly when resolving expressions. 2012-02-14 21:29:50 +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 Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
utils Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the request path for language activation if it's actually not wanted. Thanks to Anssi Kääriäinen for the initial patch. 2012-02-18 13:37:30 +00:00
views Prevented the generic views from automatically creating a HEAD method when there is no GET. Reverts r16105, refs #17449. 2012-02-18 09:50:03 +00:00
__init__.py Bump version numbers for 1.4 beta 1. 2012-02-16 02:12:20 +00:00