Commit History

Author SHA1 Message Date
  Mariusz Felisiak 304d256674 Used :pypi: role in docs where appropriate. 3 months ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 2 years ago
  David Smith 67b5f506a6 Changed some words to use inline markup. 2 years ago
  John Hollingsworth d70b4bea18 Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused. 2 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Johan Schiff d01709aae2 Fixed #24141 -- Added QuerySet.contains(). 4 years ago
  Adam Johnson 8a642b88c3 Changed "Don't overuse count() or exists()" example to Python. 4 years ago
  Shrikrishna Singh 370628673b Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt. 4 years ago
  David Foster 6a04e69e68 Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs. 5 years ago
  Simon Charette 35396a7f24 Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields. 5 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  daniel a rios 68aeb90160 Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs. 5 years ago
  daniel a rios fe33fdc049 Refs #30656 -- Reorganized bulk methods in the database optimization docs. 5 years ago
  Akshesh 888fdf182e Fixed #30419 -- Favored Meta.indexes over Meta.index_together in optimization docs. 5 years ago
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
  Tom Forbes b042ab8976 Fixed #29685 -- Added QuerySet.explain() to the database optimization docs. 6 years ago
  Luke Plant e283c1a267 Linked to prefetch_related_objects func in DB optimization docs. 7 years ago
  Claude Paroz 01f658644a Updated various links in docs to avoid redirects 7 years ago
  Tim Graham e2d02c1fc9 Used a nontemporal example in QuerySet.bulk_create() in docs. 8 years ago
  Simon Charette 64aba7a8ab Fixed #26438 -- Fixed multiple .objects typos in the docs. 8 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https 9 years ago
  Tim Graham e8cd65f829 Fixed #25213 -- Discouraged use of QuerySet.extra() 9 years ago
  Alex de Landgraaf c8d61fa109 Fixed #21986 -- Added some guidelines for database indexes. 10 years ago
  Ramiro Morales 9dc45efeba Reference Meta.index_together in DB performance guide. 11 years ago
  evildmp dc8f95b639 Fixed #20877 -- added a performance optimization guide 11 years ago
  e0ne cbf08c6b0c Fixed #16895 -- Warned about cost of QuerySet ordering 11 years ago