summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2014-07-02Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
2014-06-12Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-05Fix missing highlighting in some code examplesÉric Araujo
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-05-27Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-13Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-04-30Fixed #22442 -- Provided additional documentation regarding id fields clashing.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-10Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.Adam Kaliński
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-03Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Removed a nonexistent link in the docs.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-23added documentation on Model attributesNicolaas Heyning
2014-02-20Capitalize SQL keywordsDavid Sanders
2014-02-20Capitalize SQL keywordsDavid Sanders
2014-02-19Added an example to the release notes for custom reverse managers.Loic Bistuer
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-05Fixed gendered examples in the docs.Loic Bistuer
2014-01-26Fixed typo. Refs #21836.Aymeric Augustin
2014-01-25Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
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