summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2016-09-07Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-16Fixed #19222 -- Documented that default managers aren't used for related quer...Tim Graham
2016-08-15Documented how allow_migrate() interacts with makemigrations.Timothy Allen
2016-08-05Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-07-25Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.Tim Graham
2016-06-20Fixed typo in docs/topics/db/managers.txtTim Graham
2016-06-04Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-25Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-13Fixed typo in docs/topics/db/models.txtTim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-04-27Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-30Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...Akshesh
2016-03-25Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-02-25Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-12Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-02-11Clarified "database column type" explanation.Becka R
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-28Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-09Added a missing bracket in a queries docs example.anabelensc
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-12-15Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
2015-12-08Fixed #25672 -- Clarified why related ManyToManyFields with a custom intermed...bphillips
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-27Fixed a typo in the managers docs.James Beith
2015-11-12Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham
2015-11-07Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt
2015-10-31Fixed typo in docs/topics/db/models.txt.Tomasz Anielak
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-30Clarified that Model.delete() isn't called as a result of a cascading delete.David Sanders
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham
2015-09-24Fixed #25455 -- Optimized dictfetchall() example.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham