Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
16 years ago |
Adrian Holovaty
|
957c721594
Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from the Django Book
|
16 years ago |
Russell Keith-Magee
|
638dbc3e83
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic on Memcache; implemented as a 2 stage retrieve/update on other backends. Includes refactor of the cache tests to ensure all the backends are actually tested, and a fix to the DB cache backend that was discovered as a result. Thanks to Michael Malone for the original patch.
|
16 years ago |
Malcolm Tredinnick
|
a605a8fe08
Small edit to the caching docs.
|
16 years ago |
Malcolm Tredinnick
|
1302fe9a35
Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.
|
16 years ago |
Malcolm Tredinnick
|
64b56447f3
Fixed #9377 -- Clarified when cmemcached support was included in Django.
|
16 years ago |
Adrian Holovaty
|
568b8637bf
Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com
|
16 years ago |
Adrian Holovaty
|
571f4639a9
Small wording improvements to cache.txt
|
16 years ago |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
16 years ago |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 years ago |