summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2011-03-04[1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one mo...Gabriel Hurley
2011-03-03[1.2.X] Added crossref targets for a couple of Django exceptions and cleaned ...Gabriel Hurley
2011-02-11[1.2.X] Fixed #15243 -- More clearly document that the transaction functions ...Alex Gaynor
2011-02-02[1.2.X] Fixed #7325 -- Broken links for model documentation; thanks Justin Li...Timo Graham
2011-01-16[1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be ...Russell Keith-Magee
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...Timo Graham
2010-12-31[1.2.X] Some small fixes to DB optimization docs.Luke Plant
2010-12-31[1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for th...Timo Graham
2010-12-27[1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily ...Timo Graham
2010-12-26[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!Timo Graham
2010-12-14[1.2.X] Fixed #14848 - change example verbose name to match convention. thank...Timo Graham
2010-12-05[1.2.X] Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.Simon Meers
2010-12-04[1.2.X] Fixed #14120 - Document get() in Making Queries - thanks danielr and ...Timo Graham
2010-11-24[1.2.X] Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links ...Gabriel Hurley
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-09[1.2.X] Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-06[1.2.X] Fixed #14624 -- Updated a few outdated references to CacheMiddleware ...Gabriel Hurley
2010-11-06[1.2.X] Fixed #14629 -- corrected a misspelling and poor wording in the docs....Alex Gaynor
2010-10-28[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to ...Gabriel Hurley
2010-10-22[1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to d...Alex Gaynor
2010-10-19[1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that...Gabriel Hurley
2010-10-09[1.2.X] Fixed #13538 -- Clarified query examples with more explicit import st...Gabriel Hurley
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-08-30[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax highli...Luke Plant
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu...Jacob Kaplan-Moss
2010-08-07[1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to t...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for t...Russell Keith-Magee
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-07-05[1.2.X] Small corrections/improvements to DB optimization docs.Luke Plant
2010-05-14Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f...Russell Keith-Magee
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee
2010-05-09Fixed #13316 -- Added clarifying note about cross-database relations.Russell Keith-Magee
2010-05-08Fixed #13428 -- Corrected the allow_relation behavior of and example router. ...Russell Keith-Magee
2010-04-06Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant
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-03-26Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...Justin Bronn
2010-03-10Refs #12767 -- Modified the multi-db docs to remove the implication that cont...Russell Keith-Magee
2010-03-08Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...Russell Keith-Magee
2010-02-24Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...Russell Keith-Magee
2010-02-24Fixed #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee
2010-02-23Fixed #12859 -- Clarified the documentation on using multiple tables with .up...Russell Keith-Magee
2010-02-23Updated patch applied in r12504. Refs #12806.Justin Bronn
2010-02-23Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn
2010-02-22Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn
2010-02-21Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.Jannis Leidel
2010-01-28Fixed #12715 -- Clarified the docs on the usage of database routers, especial...Russell Keith-Magee
2010-01-27Made the database master router tolerant of router definitions that omit indi...Russell Keith-Magee
2010-01-25Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee