1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
2011-09-25 05:21:29 +00:00
..
bin
conf Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error emails when DEBUG is True in projects with no explicit LOGGING setting. Thanks to Andreas Pelme for report and patch. 2011-09-16 16:41:38 +00:00
contrib Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py. 2011-09-24 19:48:27 +00:00
core Fixed #6011 -- Improved help text for flush command. Thanks Julien for the patch. 2011-09-22 05:21:51 +00:00
db Fixed #7198 (again) -- Corrects a problem with string interpolation from r16876 and adds tests for the new error message. 2011-09-22 21:09:00 +00:00
dispatch
forms Fixes #8103 -- Select widget should only allow for one selected option 2011-09-18 04:09:44 +00:00
http Slight cleanup to r16829, thanks Alex Gaynor for the note. 2011-09-14 23:58:12 +00:00
middleware Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
shortcuts
template Fixed #16927 -- Corrected the {% ifchanged %} template tag's documentation. Thanks to sebastian for the report and patch. 2011-09-25 05:21:29 +00:00
templatetags Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), even in the plural block. Thanks for the initial patch, Claude Paroz. 2011-09-08 13:25:41 +00:00
test Also copy __module__ to our dynamically created TestCase subclass when override_settings acts as a class decorator. 2011-09-04 22:51:53 +00:00
utils Fixed #16909 -- Pass language to get_format_modules when calling it from get_format to make sure the correct module is returned. 2011-09-22 15:04:27 +00:00
views Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks to Justin Myles-Holmes for report and draft patch. 2011-09-16 01:16:25 +00:00
__init__.py