summaryrefslogtreecommitdiff
path: root/tests/modeltests/proxy_model_inheritance/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-04-09Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....Carl Meyer
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-14Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329.Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-10Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-06-07Fixed #13657: Moved global declaration before assignments to avoid a syntax w...Karen Tracey
2010-03-25Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...Russell Keith-Magee
2010-03-21Refs: #12286 -- Add a test to verify that a proxied model's table is created inKaren Tracey