summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2013-03-29[1.4.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-02[1.4.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-07[1.4.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2012-12-21[1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-10-12[1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk o...Tim Graham
2012-10-11[1.4.X] Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-06[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of r...Tim Graham
2012-09-08[1.4.x] Fixed some broken links in 1.4 docsTim Graham
2012-09-08[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-08-30[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-21[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ...Tim Graham
2012-06-30[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ...Tim Graham
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...Jacob Kaplan-Moss
2012-03-30[1.4.X] Fixed #17999 -- Restored the links to examples from models documentat...Claude Paroz
2012-03-29[1.4.X] Added missing indentation in models topic documentation.Claude Paroz
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