summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2016-11-15[1.9.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-07-25[1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham
2016-06-04[1.9.x] Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-25[1.9.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-05-14[1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-13[1.9.x] Fixed typo in docs/topics/db/models.txtTim Graham
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-04-27[1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham
2016-03-31[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-25[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-02-25[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-12[1.9.x] Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-02-11[1.9.x] Clarified "database column type" explanation.Becka R
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-15[1.9.x] Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-27[1.9.x] Fixed a typo in the managers docs.James Beith
2015-11-12[1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham
2015-11-07[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt
2015-10-31[1.9.x] Fixed typo in docs/topics/db/models.txt.Tomasz Anielak
2015-09-30[1.9.x] Clarified that Model.delete() isn't called as a result of a cascading...David Sanders
2015-09-25[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_uni...Tim Graham
2015-09-24[1.9.x] Fixed #25455 -- Optimized dictfetchall() example.Tim Graham
2015-09-23Fixed typo in docs/topics/db/examples/one_to_one.txtDon Kirkby
2015-09-21Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-05Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-09-03Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-08-25Fixed #25311 -- Removed vague language about "partial commits" from docs.Tim Graham
2015-08-22Tweak some examples.Aymeric Augustin
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-01Simplified wording in QuerySet.update() docs.Maximiliano
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-04-19Fixed #11078 -- documentation update.Marco Santamaria
2015-04-14Removed docs for removed transaction APIs.Tim Graham
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon