django1/django/db
Malcolm Tredinnick b740706707 Changed the way cache specifiers are parsed.
Allows us to reuse the same code in multiple places, avoiding new and
interesting bugs (the testing framework had a DIY version that was slightly
wrong, for example). Fixed #9833.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-01 08:13:38 +00:00
..
backends Changed the way cache specifiers are parsed. 2009-03-01 08:13:38 +00:00
models To avoid an unfortunately common user-error, rename QuerySet.as_sql(). 2009-03-01 04:12:30 +00:00
__init__.py Fixed #8706 -- Improved the way we detect available database backends. 2009-03-01 07:12:38 +00:00
transaction.py Fixed #7241 -- More robust exception catching in the transaction management 2008-08-17 00:07:06 +00:00