summaryrefslogtreecommitdiff
path: root/docs/topics/db/queries.txt
AgeCommit message (Expand)Author
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-11Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-07Remove outdated ForeignKey manager documentation.Mike Fogel
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-22Added missing markup to docs.Tim Graham
2013-02-27Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-27Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
2012-11-23Negligible style fix in docs.Aymeric Augustin
2012-10-27Removed a redundant colon in the query docs.Florian Apolloner
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-03Changes day to from 2 to 30Matt Stevens
2012-09-03Clarifies day and month in example querysetMatt Stevens
2012-08-23Fixed typo in docsCarlos Palol
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...Carl Meyer
2011-11-01Fixed #4027 - Document how to make copies of model instancesLuke Plant
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-11Fixed #16742 -- Provided code examples in the models documentation for access...Julien Phalip
2011-08-26Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu...Adrian Holovaty
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel