django1/django/db/backends
Dmitry Shevchenko 4412de5d8d [py3] Fixed installed_models filtering. 2012-08-16 01:08:45 -05:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql [py3] Removed unnecessary calls to .keys() 2012-08-14 14:09:23 +02:00
oracle [py3] Removed unnecessary calls to .keys() 2012-08-14 14:09:23 +02:00
postgresql_psycopg2 Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
sqlite3 [py3] Always convert values from sqlite3 to unicode strings 2012-08-12 20:47:18 +02:00
__init__.py [py3] Fixed installed_models filtering. 2012-08-16 01:08:45 -05:00
creation.py [py3] Replaced raw_input by input 2012-08-08 19:53:11 +02:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py [py3] Pass bytes to md5 in truncate_name 2012-08-15 12:37:08 +02:00