index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
generic_relations
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-01
Added test to demonstrate issue 11263 isn't there anymore.
Ramiro Morales
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-07-03
Fixed widget parent class in generic_relations test
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-05-22
Fixed #16048 -- Use the base manager instead of the default manager to retrie...
Jannis Leidel
2011-05-17
Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...
Honza Král
2010-10-17
Corrected a suite of test failures when running under postgres.
Alex Gaynor
2010-10-15
Fixed #14472 -- converted generic_relations tests from doctests to unitests. ...
Alex Gaynor