Історія комітів

Автор SHA1 Опис Дата
  Flavio Curella ed112fadc1 Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control(). 5 роки тому
  Flavio Curella 9facc90020 Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Control directive. 5 роки тому
  Daniel Fairhead 5cb3ed187b Fixed #30772 -- Optimized make_template_fragment_key(). 5 роки тому
  Adnan Umer 6805c0f99f Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231. 5 роки тому
  Jakub Szafrański 0104b5a417 Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache if None is cached. 6 роки тому
  Jon Dufresne 7785e03ba8 Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 6 роки тому
  Jon Dufresne 00b2e4b67c Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexistent(). 6 роки тому
  Simon Charette 8c775391b7 Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. 6 роки тому
  Simon Charette 0f212db29d Made reused RequestFactory instances class attributes. 6 роки тому
  Tim Graham 193c109327 Switched TestCase to SimpleTestCase where possible in Django's tests. 6 роки тому
  oliver abd0ad7681 Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_many() for the db cache backend. 6 роки тому
  oliver 3ca24fd1c0 Optimized some cache tests with set_many(). 6 роки тому
  Christian Barcenas c9c6c16650 Fixed #20584 -- Fixed memcached's get_many() with single-use iterators. 6 роки тому
  Morgan Aubert 704443acac Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). 7 роки тому
  Nicolas Noé 3246ad1065 Fixed #27480 -- Added cache.touch(). 7 роки тому
  Sergey Fedoseev 4ff29a53e6 Refs #17476 -- Removed obsolete simplification of timezone names in cache key generation. 7 роки тому
  shanghui d968788b57 Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-Control: private". 7 роки тому
  Grant Jenks d38a3169a4 Fixed #28977 -- Changed local-memory cache to use LRU culling. 7 роки тому
  Adam Johnson acc989f037 Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many(). 7 роки тому
  Adam Johnson abacd09f07 Refs #27318 -- Made DummyCache.set_many() return a list for consistency with other backends. 7 роки тому
  Daniel Tao 4d60261b2a Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is a callable that returns None. 7 роки тому
  Tim Graham 48d57788ee Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 7 роки тому
  Tim Graham e47b56d791 Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS']. 7 роки тому
  Olivier Tabone a027447f56 Fixed #27318 -- Made cache.set_many() return the list of failed keys. 8 роки тому
  caleb logan 68f0e8d8b1 Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file is empty. 7 роки тому
  Chandrakant Kumar f6800a081a Refs #27787 -- Corrected or removed invalid call_command() options. 7 роки тому
  Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 роки тому
  Bruno Alla 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 8 роки тому
  Tim Graham 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 роки тому
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 роки тому