django/tests/generic_relations_regress
Anssi Kääriäinen c9a96075fa Fixed #20378 -- regression in GenericRelation on abstract model
When a GenericRelation was defined on abstract model, queries on childs
of the abstract model didn't work. The problem was in the way fields and
in particular field.rel was copied from models to their children.

The regression was likely caused by #19385. Thanks to Gavin Wahl for
spotting the regression.
2013-05-20 18:02:10 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20378 -- regression in GenericRelation on abstract model 2013-05-20 18:02:10 +03:00
tests.py Fixed #20378 -- regression in GenericRelation on abstract model 2013-05-20 18:02:10 +03:00