index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
sql.txt
Age
Commit message (
Expand
)
Author
2010-09-13
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
Arthur Koziel
2010-03-08
Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...
Russell Keith-Magee
2010-02-24
Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...
Russell Keith-Magee
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-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
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
2009-06-17
Fixed #9919 -- Added note on the need to mark transactions as dirty when usin...
Russell Keith-Magee
2009-05-02
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an...
Russell Keith-Magee
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss