django1/django/db
Adrian Holovaty 45518a052b Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@darkcoding.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-31 14:52:33 +00:00
..
backends Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the relevant Python database module raises ImportError 2006-05-26 18:58:46 +00:00
models Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@darkcoding.net 2006-05-31 14:52:33 +00:00
__init__.py Improved error message if DATABASE_ENGINE is invalid. 2006-05-26 19:02:23 +00:00
transaction.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00