django1/django/db
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
..
backends Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
models Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
__init__.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
transaction.py Factored code and added a missing docstring. 2013-02-21 21:26:40 +01:00
utils.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00