summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
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
2012-02-03Edited db/transactions.txt changes from [17341]Adrian Holovaty
2012-01-15Updated link to Django Debug Toolbar homepage.Ramiro Morales
2012-01-13Started a 'Cheat sheet' section in aggregation docs because I desperately nee...Adrian Holovaty
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2011-12-09Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txtAdrian Holovaty
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-11-10Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.Aymeric Augustin
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 #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
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-09-11Fixed #16293: Document a way to return dicts with column names from a DB cursor.James Bennett
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-26Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu...Adrian Holovaty
2011-08-22Made documentation of ManyToManyField placement clearer (kind of).Malcolm Tredinnick
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel
2011-06-10Fixed #14201 - Add a "security overview" page to the docsLuke Plant
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-04Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-05-30Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-23Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-27Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-26Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonashAdrian Holovaty
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