summaryrefslogtreecommitdiff
path: root/tests/modeltests/generic_relations/tests.py
AgeCommit message (Expand)Author
2012-07-03Fixed widget parent class in generic_relations testClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-05-22Fixed #16048 -- Use the base manager instead of the default manager to retrie...Jannis Leidel
2011-05-17Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král
2010-10-17Corrected a suite of test failures when running under postgres.Alex Gaynor
2010-10-15Fixed #14472 -- converted generic_relations tests from doctests to unitests. ...Alex Gaynor