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
/
expressions
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2010-09-12
Migrated expressions doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-02-23
Fixed an unspecified ordering in the expression tests that could lead to a he...
Jacob Kaplan-Moss
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-08-09
Fix the expressions modeltest to work on Pythons earlier than 2.5.
Karen Tracey
2009-07-24
Fixed #11527 -- Added unit tests and documentation for the use of F() express...
Russell Keith-Magee
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee