This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
expressions_regress
History
Russell Keith-Magee
7d03ca9e86
Fixed
#10161
-- Modified evaluation of query expressions to allow for operators that take the form of functions. This is mostly for the benefit of Oracle, but it should prove useful later on. Thanks to Ian for the report and feedback on the fix.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@9898
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-24 11:15:31 +00:00
..
__init__.py
Fixed
#7210
-- Added F() expressions to query language. See the documentation for details on usage.
2009-01-29 10:46:36 +00:00
models.py
Fixed
#10161
-- Modified evaluation of query expressions to allow for operators that take the form of functions. This is mostly for the benefit of Oracle, but it should prove useful later on. Thanks to Ian for the report and feedback on the fix.
2009-02-24 11:15:31 +00:00