django/tests/regressiontests/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
..
__init__.py Added test cases for [6218]. 2007-09-14 21:38:45 +00:00
models.py Added a db_constraint option to ForeignKeys. 2013-02-20 11:27:32 -08:00
tests.py Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00