Timo Graham
|
dab90dd429
Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.
|
13 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 years ago |
Jannis Leidel
|
f6c991667f
Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch.
|
14 years ago |
Alex Gaynor
|
f5bbeb147b
Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.
|
14 years ago |
Timo Graham
|
0737307e8c
Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.
|
14 years ago |
Carl Meyer
|
f399f8bd71
Corrected an outdated reference to cmemcache in contributing docs.
|
14 years ago |
Timo Graham
|
6c361ecb17
Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the report.
|
14 years ago |
Timo Graham
|
ee5fb7d18c
Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Russell Keith-Magee
|
673e6fc7fb
Fixed #11675 -- Added support for the PyLibMC cache library. In order to support this, and clean up some other 1.3 caching additions, this patch also includes some changes to the way caches are defined. This means you can now have multiple caches, in the same way you have multiple databases. A huge thanks to Jacob Burch for the work on the PyLibMC backend, and to Jannis for his work on the cache definition changes.
|
14 years ago |
Timo Graham
|
5dd1276cb8
Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adamv for the patch.
|
14 years ago |
Gabriel Hurley
|
25f3eda3cc
Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few minor typos.
|
14 years ago |
Russell Keith-Magee
|
99d247f4cb
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch.
|
14 years ago |
Honza Král
|
cb17f7ca22
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
|
14 years ago |
Malcolm Tredinnick
|
fc26da645a
Add warning when using cache keys that might not work with memcached.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
fc374976e5
Fixed #13946 -- Modified the database cache backend to use the database router to determine availability of the cache table. Thanks to tiemonster for the report.
|
14 years ago |
Russell Keith-Magee
|
19826d9910
Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.
|
15 years ago |
Russell Keith-Magee
|
ec1f74a468
Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks to danielr for the report.
|
15 years ago |
Jannis Leidel
|
3c06e2101b
Fixed #13014 - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez.
|
15 years ago |
Jannis Leidel
|
284e7e3cbd
Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in case the LocaleMiddleware is used to discover the language preference.
|
15 years ago |
Jannis Leidel
|
2164e138e3
Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy, Ramiro Morales and Yann Malet.
|
15 years ago |
Luke Plant
|
eaee55e547
Removed docs that assume developer might be using Python < 2.4
|
15 years ago |
Russell Keith-Magee
|
8e8d4b5888
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cache backend interface. Thanks to Jeff Balogh for the report and patch.
|
15 years ago |
Adrian Holovaty
|
7789e9c006
Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo
|
15 years ago |
Adrian Holovaty
|
00252d84d7
Negligible change to docs/topics/cache.txt so I can test something in the docs on the live site
|
15 years ago |
Russell Keith-Magee
|
0880fe8be4
Corrected an inconsistency in the documentation regarding the way to specify the locmem and dummy cache backend. Thanks to Jens Diemer for the report.
|
15 years ago |
Jacob Kaplan-Moss
|
7098664940
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops support for Python 2.3 -- and added a quick FAQ about that dropping of support.
|
15 years ago |
Luke Plant
|
6e3a72585a
Added 'key_prefix' keyword argument to cache_page()
|
15 years ago |