django1/django/db/backends
Aymeric Augustin 547b181046 [py3] Ported django.utils.safestring.
Backwards compatibility aliases were created under Python 2.
2012-08-18 16:04:06 +02:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
oracle [py3] Removed unnecessary calls to .keys() 2012-08-14 14:09:23 +02:00
postgresql_psycopg2 [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
sqlite3 [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
__init__.py [py3] Fixed backends tests. 2012-08-18 11:02:38 +02: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