summaryrefslogtreecommitdiff
path: root/docs/topics/performance.txt
AgeCommit message (Collapse)Author
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
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ↵Denis Cornehl
ConditionalGetMiddleware.
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
Thanks to bmispelon and uruz for the initial patch.
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 ↵Tim Graham
when generating PDF.
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
Thanks EvilDMP for the suggestion.
2013-09-21Addressed inaccuracies in performance docsAymeric Augustin
* Move the discussion of CachedStaticFilesStorage to the section about HTTP. It's really about client-side caching. It doesn't fit with the caching utilities from django.utils.functional. * Tone down the warning against Pypy as per Alex' feedback. It's a valid choice for advanced users who are comfortable using a non-standard stack. * Generally reworded the 'Using different versions of available software' section. * Some other minor adjustments to the document.
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp