Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 vuotta sitten |
Nick Pope
|
a629139425
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached backends.
|
4 vuotta sitten |
Claude Paroz
|
258c88a913
Refs #5691 -- Made cache keys independent of USE_L10N.
|
4 vuotta sitten |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 vuotta sitten |
Flavio Curella
|
d08d4f464a
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive.
|
5 vuotta sitten |
Mike Hansen
|
d291c72bf2
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
|
5 vuotta sitten |
daniel a rios
|
efc3e32d6d
Fixed #30759 -- Made cache.delete() return whether it succeeded.
|
5 vuotta sitten |
Flavio Curella
|
ed112fadc1
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
|
5 vuotta sitten |
Ryan Nowakowski
|
3f141719a1
Updated the default cache key transformation in documentation.
|
5 vuotta sitten |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 vuotta sitten |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 vuotta sitten |
Prabakaran Kumaresshan
|
8250538bfc
Fixed #29864 -- Added link targets for low-level cache API.
|
6 vuotta sitten |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 vuotta sitten |
Nicolas Noé
|
3246ad1065
Fixed #27480 -- Added cache.touch().
|
6 vuotta sitten |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
6 vuotta sitten |
Grant Jenks
|
d38a3169a4
Fixed #28977 -- Changed local-memory cache to use LRU culling.
|
7 vuotta sitten |
Mariusz Felisiak
|
7c81b28ebc
Updated various links in docs to use HTTPS.
|
7 vuotta sitten |
Tim Graham
|
171c7cc863
Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.
|
7 vuotta sitten |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 vuotta sitten |
Tim Graham
|
e47b56d791
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
|
7 vuotta sitten |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 vuotta sitten |
tk
|
e7adad27f3
Fixed typo in docs/topics/cache.txt.
|
7 vuotta sitten |
Olivier Tabone
|
a027447f56
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
|
8 vuotta sitten |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 vuotta sitten |
Bo Marchman
|
7a7b331cd5
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
|
8 vuotta sitten |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 vuotta sitten |
Adam Chainz
|
755406f5ff
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
|
8 vuotta sitten |
Adam Chainz
|
968f61b991
Documented that cache keys are strings rather than bytes.
|
8 vuotta sitten |
Rinat Khabibiev
|
9e07a9b5fe
Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modified header.
|
8 vuotta sitten |
Ed Morley
|
d8ef5b0e65
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
|
8 vuotta sitten |