summaryrefslogtreecommitdiff
path: root/tests/modeltests/expressions/tests.py
AgeCommit message (Expand)Author
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Revert "Splitted expressions tests into smaller methods"Anssi Kääriäinen
2012-09-30Splitted expressions tests into smaller methodsAnssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-09-12Migrated expressions doctests. Thanks to Alex Gaynor.Russell Keith-Magee