django1/django/db/backends
Claude Paroz c5a25c2771 Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Add a BinaryField model field 2013-03-02 10:29:02 +01:00
oracle Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00
postgresql_psycopg2 Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00
sqlite3 Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00
__init__.py Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
creation.py Fixed #19861 -- Transaction ._dirty flag improvement 2013-02-27 17:54:27 +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 Refactored database exceptions wrapping. 2013-02-27 17:26:54 +01:00