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 |
Ed Morley
|
65ec8fa8ca
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
|
8 vuotta sitten |
Ed Morley
|
1d54fb4483
Made settings docs link to cache parameters more specific.
|
8 vuotta sitten |
Kevin Christopher Henry
|
b785927b44
Documented the cache_control() decorator.
|
8 vuotta sitten |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 vuotta sitten |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 vuotta sitten |
Vasiliy Faronov
|
101dd787ec
Fixed #26566 -- Rewrote an incorrect Cache-Control example.
|
9 vuotta sitten |
Tim Graham
|
c6499d532d
Fixed syntax highlighting in docs/topics/cache.txt
|
9 vuotta sitten |
Vasiliy Faronov
|
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
|
9 vuotta sitten |
Jeremy Lainé
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 vuotta sitten |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 vuotta sitten |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 vuotta sitten |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 vuotta sitten |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 vuotta sitten |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 vuotta sitten |
Bryan Marty
|
ad67fcdf51
Fixed #24212 -- Added example pylibmc CACHES configuration.
|
9 vuotta sitten |
Tim Graham
|
d772d812cf
Updated memcached library links to point to PyPI.
|
9 vuotta sitten |
Markus Bertheau
|
4a438e400b
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
|
10 vuotta sitten |
Nik Nyby
|
9d6914da66
Added missing comma in LocMemCache example.
|
10 vuotta sitten |
Adam Chainz
|
5564d0f2ee
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
|
10 vuotta sitten |
Kostochko Dmitriy
|
d026eb6366
Fixed typo in docs/topics/cache.txt
|
10 vuotta sitten |
Berker Peksag
|
34fb909180
Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.
|
10 vuotta sitten |