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