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
/
raw_query
Age
Commit message (
Expand
)
Author
2012-11-25
[1.5.x] Fixed two typos.
Aymeric Augustin
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-03
Fixed #14700 -- ensure that a raw query is only executed once per iteration.
Alex Gaynor
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-02-23
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
Updated patch applied in r12504. Refs #12806.
Justin Bronn
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-21
Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse...
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss