django/tests/regressiontests/backends
Aymeric Augustin 702d39921c [1.5.x] 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.

Backport of e76147a from master.
2013-02-25 23:37:23 +01:00
..
__init__.py Added test cases for [6218]. 2007-09-14 21:38:45 +00:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py [1.5.x] Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:37:23 +01:00