summaryrefslogtreecommitdiff
path: root/tests/modeltests/proxy_models/tests.py
AgeCommit message (Expand)Author
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-22Reverted parts of r16963 to fix a regression on the creation of permissions o...Aymeric Augustin
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2010-09-13Migrated proxy_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee