Commit History

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