django1/django
Ramiro Morales 752bd8bf75 Added printing of the name of test database being created/destroyed, at verbosity level 2. Refs #14415.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-21 17:18:26 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch. 2010-11-19 15:39:35 +00:00
contrib Fixed #14741 -- CZ Localflavor clean() incorrectly called super.__init__. Thanks for the report and patch idangazit! 2010-11-21 14:06:32 +00:00
core Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch. 2010-11-19 15:39:35 +00:00
db Added printing of the name of test database being created/destroyed, at verbosity level 2. Refs #14415. 2010-11-21 17:18:26 +00:00
dispatch Fixed #14533 -- Make django signals more thread-safe. Thanks milosu for the patch! 2010-11-21 14:54:23 +00:00
forms Fixes #13804 -- URLField validation failure for a url containing '://' on the path and no scheme 2010-11-21 10:08:28 +00:00
http Fixed #14594 -- Corrected r14435, which got the logic completely bass ackwards. Thanks to Mark Sundstrom for keeping me honest :-) 2010-11-02 08:30:01 +00:00
middleware Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. 2010-11-02 18:30:00 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #4552 -- minor tidy up of the {% for %} tag's comma splitting 2010-11-21 08:03:58 +00:00
templatetags Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
test Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00
utils Fixed #14512 -- Added documentation on how to apply decorators to class-based generic views. Thanks to Łukasz Rekucki for his work on the issue. 2010-11-20 05:10:13 +00:00
views Documented migration path for change object_list -> ListView regarding different context variables 2010-11-20 20:38:52 +00:00
__init__.py Bump version number and download URL for 1.3 alpha 1. 2010-11-11 07:15:30 +00:00