summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed #18907 -- Correct docs regard population of model backrefs.Tim Graham
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-16Fixed #21343 -- Noted many-to-many restrictions with intermediate model.Tim Graham
2014-01-02Fixed typos. Changed grammar.Frank Tobia
2013-12-04Fixing manager documentation inaccuracyFrank Wiles
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-08Noted that .clear() will delete intermediary modelsCody Scott
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-10Small improvements to docs/topics/db/models.txtCody Scott
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-22Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-20Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-30Implement allow_migrate for migration operationsAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-27Patch for ticket #20506 - documentation typeyishaibeeri
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
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-17Tidy up some of the transaction documentation.Marc Tamlyn
2013-05-07Remove outdated ForeignKey manager documentation.Mike Fogel
2013-05-05Found a mistake in SQL documentationChristopher Allen-Poole
2013-04-30Fix two typos in database transactions docsAna Krivokapic
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette