summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-03-03Made small improvement to docs/topics/db/queries.txt -- added import statemen...Adrian Holovaty
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-11Fixed #15243 -- More clearly document that the transaction functions needs to...Alex Gaynor
2011-02-02Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.Timo Graham
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-12-31Some small fixes to DB optimization docs.Luke Plant
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham
2010-12-27Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj...Timo Graham
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-18Fixes #7817 and #9456.Chris Beaven
2010-12-16Fixed it's -> its in multi-db.txtAdrian Holovaty
2010-12-14Fixed #14848 - change example verbose name to match convention. thanks madisv...Timo Graham
2010-12-05Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.Simon Meers
2010-12-04Fixed #14120 - Document get() in Making Queries - thanks danielr and adamv fo...Timo Graham
2010-11-24Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the t...Gabriel Hurley
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-20Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ...Gabriel Hurley
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-09Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-06Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t...Gabriel Hurley
2010-11-06Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks...Alex Gaynor
2010-10-28Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...Gabriel Hurley
2010-10-22Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...Alex Gaynor
2010-10-19Fixed #10771 -- added support for using the transaction management functions ...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-13The optimization docs were a little too enthusiastic in recommendingMalcolm Tredinnick
2010-09-12Add intro-user-level documentation about calling model methods from views.Malcolm Tredinnick
2010-08-30Fixed #13759 - Multi-db docs have an example that isn't syntax highlightingLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...Russell Keith-Magee
2010-08-07Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-07-05Small 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