django1/django/db/backends
Tim Graham 4f43e5c435 [1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.
If 'name' contained non-ASCII characters, the comparison raised a
UnicodeEncodeError on Python 2.

Backport of 63c5c98701 from master
2015-02-17 08:11:38 -05:00
..
base [1.8.x] Refs #14030 -- Improved expression support for python values 2015-02-12 08:53:03 +11:00
dummy [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
mysql [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
oracle [1.8.x] Fixed #24200 -- Made introspection bypass statement cache 2015-02-10 23:42:16 +02:00
postgresql_psycopg2 [1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 2015-02-17 06:21:59 -05:00
sqlite3 [1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing. 2015-02-17 08:11:38 -05:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05: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 [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00