index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
cache.txt
Age
Commit message (
Expand
)
Author
2006-08-20
[multi-db] Merge trunk to [3620]
Jason Pellerin
2006-07-23
[multi-db] Merge trunk to [3426]
Jason Pellerin
2006-05-26
Fixed #1998 -- Changed double quotes to single quotes
Adrian Holovaty
2006-05-15
Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.
Malcolm Tredinnick
2006-05-02
Fixed more ReST errors in docs
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-24
Added note to docs/cache.txt about memcached backend requiring Python memcach...
Adrian Holovaty
2006-02-18
Made two small clarifications to docs/cache.txt. Thanks, Paul B.
Adrian Holovaty
2006-01-11
Removed 'Only in Django development version' messages from the docs, because ...
Adrian Holovaty
2006-01-03
Added 'dummy' cache backend
Adrian Holovaty
2005-11-20
Fixed #839 -- Fixed typo in docs/cache.txt
Adrian Holovaty
2005-11-12
Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...
Adrian Holovaty
2005-10-31
More tightening of docs/cache.txt
Adrian Holovaty
2005-10-31
Made several grammar fixes to cache documentation from [1020]
Adrian Holovaty
2005-10-29
Fixed #140: memcached backends may now use multiple servers
Jacob Kaplan-Moss
2005-10-29
Fixed #612 - added cache control headers (thanks, hugo)
Jacob Kaplan-Moss
2005-10-09
Fixed ReST error in docs/cache.txt
Adrian Holovaty
2005-10-09
Fixed small typo in docs/cache.txt
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-09-27
Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene
Adrian Holovaty
2005-09-25
Added a database-backed cache backend, along with a tool in django-admin to
Jacob Kaplan-Moss
2005-09-11
Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.com
Adrian Holovaty
2005-09-02
Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i...
Adrian Holovaty
2005-08-31
Changed docs/cache.txt to remove db cache, because it's not done yet.
Adrian Holovaty
2005-07-21
Rolled a number of comments into documentation; thanks to all those who contr...
Jacob Kaplan-Moss
2005-07-19
Fixed inevitable ReST bug in [224]
Adrian Holovaty
2005-07-19
Changed docs/cache to add docs for site-wide caching, via the cache middleware
Adrian Holovaty
2005-07-15
Added cache documentation
Jacob Kaplan-Moss