django1/django
Luke Plant 05cf72bace Very small docstring correction.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-05 09:54:01 +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 #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 #16987 -- Improved error message for session tests. Thanks jMyles and DiskSpace for the patch. 2011-10-05 05:21:47 +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 Very small docstring correction. 2011-10-05 09:54:01 +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 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 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 #16935 - misleading message if AttributeError escapes during SimpleTemplateResponse.render 2011-09-30 11:46:23 +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 #16971 - Made the parsing of javascript files by 'makemessages' much faster. Thanks Antti Haapala for the implementation and Ned Batchelder for the patch. 2011-10-04 20:11:41 +00:00
views Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax() returns True (indicating request has been generated by a JS library) to a plain text version for easier debugging. 2011-10-02 02:53:58 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00