Commit History

Author SHA1 Message Date
  Tobias McNulty 17e661641d Refs #26666 -- Added ALLOWED_HOSTS validation when running tests. 8 years ago
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 years ago
  Jon Dufresne 779829662d Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors. 8 years ago
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 years ago
  Przemysław Suliga 90ce5d46bf Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cache keys. 9 years ago
  Przemysław Suliga d356bb653f Fixed #26460 -- Issued a single warning for invalid cache key 9 years ago
  Przemysław Suliga 96ec67a7cf Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set(). 9 years ago
  George Marshall 75614f6d4c Fixed #26331 -- Fixed test function names with typos 9 years ago
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 years ago
  Emre Yilmaz 8e838d9c86 Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend. 9 years ago
  Dwight Gunning 1f29164ced Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header. 9 years ago
  Tim Graham bab9c09342 Fixed spelling of "unpicklable" in cache tests. 9 years ago
  Andrew Artajos 48888a1a67 Fixed #25501 -- Made the file-based cache backend use the highest pickling protocol. 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Maxime Lorant 5153a3bfdc Fixed #25331 -- Removed trailing blank lines in docstrings. 9 years ago
  Adam Chainz 05239180c0 Removed unnecessary DBCacheTests.test_clear_commits_transaction test. 9 years ago
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 years ago
  Adam Chainz 5564d0f2ee Fixed #24560 -- Added a --dry-run mode to the createcachetable command. 10 years ago
  Berker Peksag 34fb909180 Fixed #12982 -- Added a get_or_set() method to the BaseCache backend. 10 years ago
  Loic Bistuer bed504d70b Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 10 years ago
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Tim Graham d038c547b5 Removed django.core.cache.get_cache() per deprecation timeline; refs #21012. 10 years ago
  Aymeric Augustin 79deb6a071 Accounted for multiple template engines in template responses. 10 years ago
  Tim Graham 5c43fd4825 Isolated some cache tests; refs #23947. 10 years ago
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 years ago
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 years ago
  Jon Dufresne 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 10 years ago
  Tim Graham 40c60efecc Refs #23947 -- Isolated some cache tests. 10 years ago
  wrwrwr 9136ceb6fb Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 10 years ago