django1/django/db/backends
Aymeric Augustin e76147a83a Fixed #19634 -- Added proper __hash__ methods.
Classes overriding __eq__ need a __hash__ such that equal objects have
the same hash.

Thanks akaariai for the report and regebro for the patch.
2013-02-25 23:05:20 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
oracle Fixed Oracle regression in last_executed_query() with unicode strings 2013-02-23 00:27:39 +02:00
postgresql_psycopg2 Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
sqlite3 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
__init__.py Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
creation.py Add sqldropindexes to manage 2013-02-24 12:38:28 +01: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 Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00