summaryrefslogtreecommitdiff
path: root/tests/proxy_models
AgeCommit message (Collapse)Author
2013-08-16[1.6.x] Revert "Fixed #18491 -- deleting a proxy doesn't show warning about ↵Tim Graham
cascade deletes" This reverts commit 2b48fcc607010065c0f8107baf669dd41b164f3c. It introduced a regression (#20777) which we can't easily fix in 1.6.
2013-06-30[1.6.x] Stopped calling loaddata with commit=False.Aymeric Augustin
This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions. Backport of 2c40681 from master.
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner