django/tests/generic_relations_regress
Shai Berger 3411af3cd1 Fixed #21403: Corrected test code
A test for annotations incorrectly assumed that the first instance
(in the test) of a model using AutoField for PK will always get pk=1.
The test was changed to compare against actual instance id instead.
2013-11-25 16:16:04 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #21428 -- editable GenericRelation regression 2013-11-16 20:07:35 +02:00
tests.py Fixed #21403: Corrected test code 2013-11-25 16:16:04 +02:00