Commit Graph

10 Commits

Author SHA1 Message Date
Tim Graham e592574e6e [1.8.x] Fixed -- Added a doc link to cached_property.
Backport of e0de82c9b2 from master
2015-11-10 13:29:04 -05:00
Tim Graham ae2250507d [1.8.x] Refs -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2 from master
2015-10-07 19:37:00 -04:00
Claude Paroz 337cd09836 Updated some other external links in the docs 2014-12-19 18:07:52 +01:00
Tim Graham 7f2505ad9e Fixed doc typos. 2014-02-28 11:44:03 -05:00
Szczepan Cieślik e816198034 Fixed docs typos. 2014-02-25 10:28:32 -05:00
Rodolfo Carvalho 3d898b0e12 Change analyse (British) to analyze (American). 2014-02-15 13:00:56 +01:00
Claude Paroz 626bdf648a Updated a bunch of hyperlinks in documentation 2013-12-08 18:40:09 +01:00
Åke Forslund 6a30075eaa Fixed -- Added 'Using cached sessions' to the performance guide.
Thanks EvilDMP for the suggestion.
2013-09-23 10:50:19 -04:00
Aymeric Augustin 11187386f4 Addressed inaccuracies in performance docs
* 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-21 16:41:26 +01:00
evildmp dc8f95b639 Fixed -- added a performance optimization guide 2013-09-20 23:21:49 +01:00