django/tests/regressiontests/queries
Anssi Kääriäinen c2e1ecb4b1 Fix proxy model Query.remove_inherited_models()
Fixed #18248 -- proxy models were added to included_inherited_models
in sql.query.Query. The variable is meant to be used for multitable
inheritance only. This mistake caused problems in situations where
proxy model's query was reused.
2012-05-09 20:33:31 +03:00
..
__init__.py
models.py Fix proxy model Query.remove_inherited_models() 2012-05-09 20:33:31 +03:00
tests.py Fix proxy model Query.remove_inherited_models() 2012-05-09 20:33:31 +03:00