summaryrefslogtreecommitdiff
path: root/docs/topics/db/optimization.txt
AgeCommit message (Expand)Author
2026-05-27Fixed #35596 -- Removed mention of unlimited results from QuerySet.get().CodeQuiver
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-17Fixed #36665 -- Improved manager usage guidance in docs/topics/db/optimizatio...Segni Mekonnen
2025-10-16Fixed #28586 -- Added model field fetch modes.Adam Johnson
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-03-10Changed some words to use inline markup.David Smith
2022-02-08Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.John Hollingsworth
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-01-27Changed "Don't overuse count() or exists()" example to Python.Adam Johnson
2020-03-09Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
2019-11-12Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...David Foster
2019-10-14Refs #26207 -- Removed obsolete note about slow constructing a model with def...Simon Charette
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-29Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.daniel a rios
2019-07-29Refs #30656 -- Reorganized bulk methods in the database optimization docs.daniel a rios
2019-05-22Fixed #30419 -- Favored Meta.indexes over Meta.index_together in optimization...Akshesh
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-08-18Fixed #29685 -- Added QuerySet.explain() to the database optimization docs.Tom Forbes
2017-11-23Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2014-03-03Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
2013-09-22Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-03-22Added missing markup to docs.Tim Graham
2012-11-02Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-01-15Updated link to Django Debug Toolbar homepage.Ramiro Morales
2011-12-09Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txtAdrian Holovaty
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-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2010-12-31Some small fixes to DB optimization docs.Luke Plant