Ramiro Morales
|
ac90aee55c
Tweak caching decorators/utility functions xrefs.
|
11 years ago |
Łukasz Langa
|
bd97f7d0cb
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
|
11 years ago |
Jacob Burch
|
89955cc35f
Fixed #9595 -- Allow non-expiring cache timeouts.
|
11 years ago |
Tomek Paczkowski
|
99edbe0e27
Fixed #19253 -- Extracted template cache key building logic
|
12 years ago |
Claude Paroz
|
668d0b8d49
Fixed #19823 -- Fixed memcached code example in cache docs
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Aymeric Augustin
|
4c5cea7073
Merge pull request #218 from mgrouchy/ticket_18582
|
12 years ago |
Yohan Boniface
|
5a1bf7eccb
Fix little typo in cache documentation
|
12 years ago |
Tim Graham
|
e758ecc628
Merge pull request #386 from clelland/ticket_15269
|
12 years ago |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 years ago |
Ian Clelland
|
2315f1a2ee
Add documentation for get_caches function
|
12 years ago |
Claude Paroz
|
ebc773ada3
Replaced many smart_bytes by force_bytes
|
12 years ago |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
12 years ago |
Mike Grouchy
|
a2e927b7ed
BaseCache now has a no-op close method as per ticket #18582
|
12 years ago |
Julian Bez
|
3c0877938f
Fixed #18110 -- Improve template cache tag documentation
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Aymeric Augustin
|
9b1cb755a2
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
13 years ago |
Karen Tracey
|
ba0734af9c
Fix #17119: Update cache doc to match current implementation, which does (since r15705) cache pages with GET parameters. Thanks Vanni, poirier, and calvinspealman.
|
13 years ago |
Aymeric Augustin
|
af1893c4ff
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is False. Refs #5691.
|
13 years ago |
Aymeric Augustin
|
67e6e0fcf3
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Julien Phalip
|
c2b9f6496e
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
|
13 years ago |
Simon Meers
|
b22a4fdc71
Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the report and patch.
|
13 years ago |
James Bennett
|
7f45651f8d
Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting.
|
13 years ago |
Gabriel Hurley
|
6ce463aadb
Fixed #16786 -- Minor cleanups in the memcached section of the caching topic guide. Thanks to jamesp for the report and patch.
|
13 years ago |
Russell Keith-Magee
|
6cd9023635
Fixed #15499 -- Ensure that cache control headers don't try to set public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch.
|
13 years ago |
Luke Plant
|
ce89ebe1f0
Removed a redundant line from the cache_page docs
|
13 years ago |
Luke Plant
|
bb12a02bd8
Deprecated legacy ways of calling cache_page
|
13 years ago |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
13 years ago |