django1/django/db
Adrian Holovaty a5b7c29816 Changed all model unit tests to use __str__() instead of __repr__(). Also slightly changed related-object DoesNotExist exception message to use repr instead of str
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-04 00:23:51 +00:00
..
backends Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index searches in MySQL 2006-06-03 23:28:24 +00:00
models Changed all model unit tests to use __str__() instead of __repr__(). Also slightly changed related-object DoesNotExist exception message to use repr instead of str 2006-06-04 00:23:51 +00:00
__init__.py Improved error message if DATABASE_ENGINE is invalid. 2006-05-26 19:02:23 +00:00
transaction.py Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk 2006-06-01 04:57:10 +00:00