django/django
Adrian Holovaty 401b15d853 Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Thanks for the patch, Andy Dustman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-31 03:45:08 +00:00
..
bin Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch, Jarosław Zabiełło 2006-08-28 18:43:58 +00:00
conf Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. 2006-08-27 12:46:39 +00:00
contrib Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@dawninglight.net 2006-08-30 16:39:18 +00:00
core Fixed verbosity check in installing initial data 2006-08-28 20:44:35 +00:00
db Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Thanks for the patch, Andy Dustman 2006-08-31 03:45:08 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. 2006-07-28 00:13:10 +00:00
http Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. 2006-08-09 15:40:24 +00:00
middleware Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of CACHE_ANONYMOUS_ONLY=True and uninstalled/unordered AuthenticationMiddleware. Thanks, dummy@habmalnefrage.de 2006-08-18 03:31:13 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Refs #1400 - Reverted r3269. Template variable evalution should follow Python norms. 2006-08-30 00:54:08 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
test Test database creation/deletion now correctly quotes database names when creating/dropping them. 2006-08-28 18:59:54 +00:00
utils Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False 2006-07-28 22:13:34 +00:00
views Reverted [3659], the 'name' field on Template objects and the signal emitted whenever a template is rendered. Refs #2333. 2006-08-27 18:10:32 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00