| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-25 | [2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments. | Tim Graham | |
| Thanks Tom Aratyn for the report. Backport of 171c7cc863eafc2346aa84ffd1d540644539f1a4 from master | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-09-19 | Fixed typo in docs/topics/cache.txt. | tk | |
| 2017-09-06 | Fixed #27318 -- Made cache.set_many() return the list of failed keys. | Olivier Tabone | |
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-03-15 | Fixed #27882 -- Allowed {% cache %} to cache indefinitely. | Bo Marchman | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2016-12-28 | Fixed #27641 -- Doc'd default local-memory caching in deployment checklist. | Adam Chainz | |
| 2016-10-27 | Documented that cache keys are strings rather than bytes. | Adam Chainz | |
| 2016-09-28 | Fixed #27226 -- Removed patch_response_headers()'s setting of the ↵ | Rinat Khabibiev | |
| Last-Modified header. | |||
| 2016-08-31 | Fixed #27152 -- Supported comma delimiter in memcached LOCATION string. | Ed Morley | |
| 2016-08-31 | Fixed #20892 -- Allowed configuring memcached client using OPTIONS. | Ed Morley | |
| Previously, the MemcachedCache backend ignored `OPTIONS` and PyLibMCCache used them to set pylibmc behaviors. Both backends now pass `OPTIONS` as keyword arguments to the client constructors. | |||
| 2016-08-31 | Made settings docs link to cache parameters more specific. | Ed Morley | |
| 2016-08-11 | Documented the cache_control() decorator. | Kevin Christopher Henry | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
| 2016-05-07 | Fixed #26566 -- Rewrote an incorrect Cache-Control example. | Vasiliy Faronov | |
| 2016-05-06 | Fixed syntax highlighting in docs/topics/cache.txt | Tim Graham | |
| 2016-05-03 | Fixed #26567 -- Updated references to obsolete RFC2616. | Vasiliy Faronov | |
| Didn't touch comments where it wasn't obvious that the code adhered to the newer standard. | |||
| 2016-04-09 | Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. | Jeremy Lainé | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2015-12-23 | Fixed #25969 -- Replaced render_to_response() with render() in docs examples. | Tim Graham | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-10-30 | Fixed #24212 -- Added example pylibmc CACHES configuration. | Bryan Marty | |
| 2015-08-11 | Updated memcached library links to point to PyPI. | Tim Graham | |
| 2015-04-28 | Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator. | Markus Bertheau | |
| 2015-04-24 | Added missing comma in LocMemCache example. | Nik Nyby | |
| 2015-04-09 | Fixed #24560 -- Added a --dry-run mode to the createcachetable command. | Adam Chainz | |
| 2015-03-31 | Fixed typo in docs/topics/cache.txt | Kostochko Dmitriy | |
| 2015-03-14 | Fixed #12982 -- Added a get_or_set() method to the BaseCache backend. | Berker Peksag | |
| 2015-02-20 | Fixed #24351, #24346 -- Changed the signature of allow_migrate(). | Loic Bistuer | |
| The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583. | |||
| 2015-02-12 | Clarified timeout=0 in cache docs. | Thomas Güttler | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2015-01-17 | Removed django.core.cache.get_cache() per deprecation timeline; refs #21012. | Tim Graham | |
| 2014-12-23 | Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX | Frankie Robertson | |
| 2014-12-17 | Fixed display of lists after website redesign | Markus Holtermann | |
| Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 | |||
| 2014-10-13 | Cleaned up the Memcached cache backend doc | Tom Dyson | |
| Consistent casing, minor typo fixes, reduced rhetoric. | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-07-25 | Fixed #22827 -- clarified what each cache middleware does. | Moayad Mardini | |
| Thanks Keryn Knight for the report. | |||
| 2014-07-02 | Clarified that LocMemCache is per-process; refs #7639. | Tim Graham | |
| Thanks projectgus for the suggestion. | |||
| 2014-05-22 | Fixed #22667 -- Replaced leader/follower terminology with primary/replica | Flavio Curella | |
| 2014-05-20 | replaced occurrences of master/slave terminology with leader/follower | Flavio Curella | |
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-24 | Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs. | Tim Graham | |
| Thanks valgarv at gmx.net for the report. | |||
| 2014-03-04 | Fixed #22085 -- Added a feature for setting non-expiring keys as the default. | zedr | |
| This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes). | |||
