django/django
Ramiro Morales 5003df3659 Tweaked changes from r17228 to cater for older simplejson versions.
dump() started accepting the `use_decimal` argument in 2.1.3.

Refs #16850.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-17 23:00:41 +00:00
..
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 various dodgy behaviours 2011-12-17 17:37:24 +00:00
contrib Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
core Tweaked changes from r17228 to cater for older simplejson versions. 2011-12-17 23:00:41 +00:00
db Fixed various dodgy behaviours 2011-12-17 17:37:24 +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 various dodgy behaviours 2011-12-17 17:37:24 +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 #16040 -- Preserved scheme, host and port in the test client when following a redirect. 2011-11-27 20:04:13 +00:00
utils Negligible spacing cleanup in utils/dateparse.py 2011-12-17 02:31:34 +00:00
views Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00