summaryrefslogtreecommitdiff
path: root/docs/topics/performance.txt
AgeCommit message (Expand)Author
2025-11-07Fixed #36705 -- Avoided string concatenation in utils.Kasyap Pentamaraju
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2024-12-11Removed links to outdated tools in docs/topics/performance.txt.amansharma612
2024-11-18Fixed typo in docs/topics/performance.txt.Caitlin Hogan
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-03-01Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-06-05Fixed header underlines in performance docs.Claude Paroz
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2019-12-18Corrected some typos in documentation.Hasan Ramezani
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-03-13Fixed typos in docs.Jakub Wilk
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
2015-11-10Fixed #25727 -- Added a doc link to cached_property.Tim Graham
2015-10-07Refs #25527 -- Removed redundant doc heading link that leads to a warning whe...Tim Graham
2014-12-19Updated some other external links in the docsClaude Paroz
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-15Change analyse (British) to analyze (American).Rodolfo Carvalho
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-09-23Fixed #21140 -- Added 'Using cached sessions' to the performance guide.Åke Forslund
2013-09-21Addressed inaccuracies in performance docsAymeric Augustin
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp