1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django
2011-06-22 12:20:52 +00:00
..
bin
conf Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting. 2011-06-22 06:01:44 +00:00
contrib Fixed typos in admin views wrt list_filter. Refs #16311. 2011-06-22 12:20:52 +00:00
core Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting. 2011-06-22 06:01:44 +00:00
db Removed more code for handling of PostgreSQL versions older than 8.2; use always "INSERT... RETURNING..." rather than "INSERT...; SELECT CURRVAL...". Thanks Christoph Pettus for the report and hints. Fixes #12180. Refs [16423]. 2011-06-19 19:54:20 +00:00
dispatch
forms Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready and Julian Phalip. 2011-06-16 16:34:38 +00:00
http Fixed #14020 -- Made the HttpResponse class slightly more behave like a dictionary, allowing the alternative argument to be unset. Serious thanks to schmichael and moopet. 2011-06-16 16:34:46 +00:00
middleware Fixed #11585 -- Added ability to translate and prefix URL patterns with a language code as an alternative method for language discovery. Many thanks to Orne Brocaar for his initial work and Carl Meyer for feedback. 2011-06-15 17:29:10 +00:00
shortcuts
template Fixed #16200 -- Stopped TemplateIfParser from returning something in __init__. Thanks, traff. 2011-06-16 16:33:47 +00:00
templatetags Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it. 2011-06-05 23:44:34 +00:00
test Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, melinath. 2011-06-14 09:30:52 +00:00
utils Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting. 2011-06-22 06:01:44 +00:00
views More removal of poorly legible constructs to workaround Python 2.4 shortcomings. 2011-06-10 18:43:29 +00:00
__init__.py