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
/
docs
/
topics
/
db
/
queries.txt
Age
Commit message (
Expand
)
Author
2011-04-23
Fixed #15875 - typo in F() example; thanks jblaine.
Timo Graham
2011-04-22
Fixed a couple of small documentation typos.
Ramiro Morales
2011-03-03
Made small improvement to docs/topics/db/queries.txt -- added import statemen...
Adrian Holovaty
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-04
Fixed #14120 - Document get() in Making Queries - thanks danielr and adamv fo...
Timo Graham
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-22
Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...
Alex Gaynor
2010-10-19
Fixed #14426 -- Removed "mysite" import statements from examples that might t...
Gabriel Hurley
2010-10-09
Fixes #13538 -- Clarified query examples with more explicit import statements...
Gabriel Hurley
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-09-12
Add intro-user-level documentation about calling model methods from views.
Malcolm Tredinnick
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-14
Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f...
Russell Keith-Magee
2010-04-06
Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt
Luke Plant
2010-04-05
Fixed #13263 -- Corrected field name typo in queries documentation examples. ...
Justin Bronn
2010-02-23
Fixed #12859 -- Clarified the documentation on using multiple tables with .up...
Russell Keith-Magee
2010-01-10
Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ...
Adrian Holovaty
2010-01-10
Fixed #12084 -- Documented the fact that QuerySet.update() returns the number...
Adrian Holovaty
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-09-23
Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t...
James Bennett
2009-06-18
Made correction to documentation change from [11045].
Russell Keith-Magee
2009-06-18
Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2...
Russell Keith-Magee
2009-05-23
Fixed #11188 -- Removed incorrect doc note about step being unsupported when ...
Karen Tracey
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-03
Minor update to documentation for many-to-many filter() calls.
Malcolm Tredinnick
2009-02-19
Fixed #10303 -- Corrected a contradiction in the docs regarding the capabilit...
Russell Keith-Magee
2009-02-03
Fixed #10187 -- Added documentation on how to import F() objects. Thanks to t...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2008-10-24
Fixed #9432 -- Revived documentation of ~Q usage.
Malcolm Tredinnick
2008-10-05
Fixed #9301 -- Correct a markup typo in the docs.
Malcolm Tredinnick
2008-09-29
Fixed #9234 -- Typo fix.
Malcolm Tredinnick
2008-09-07
Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien.
Gary Wilson Jr
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-09-01
Fixed #8728: Corrected some broken links in the documentation
James Bennett
2008-09-01
Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...
James Bennett
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
[prev]