index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-10
1
-1
/
+1
*
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
1
-21
/
+11
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-1
/
+1
*
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...
oliver
2018-08-17
1
-0
/
+14
*
Optimized some cache tests with set_many().
oliver
2018-08-16
1
-17
/
+6
*
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Christian Barcenas
2018-07-09
1
-0
/
+1
*
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
1
-6
/
+1
*
Fixed #27480 -- Added cache.touch().
Nicolas NoƩ
2018-04-27
1
-0
/
+30
*
Refs #17476 -- Removed obsolete simplification of timezone names in cache key...
Sergey Fedoseev
2018-03-03
1
-29
/
+0
*
Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-...
shanghui
2018-02-06
1
-1
/
+10
*
Fixed #28977 -- Changed local-memory cache to use LRU culling.
Grant Jenks
2018-01-24
1
-2
/
+48
*
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
Adam Johnson
2017-10-31
1
-5
/
+19
*
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with ...
Adam Johnson
2017-10-30
1
-2
/
+2
*
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...
Daniel Tao
2017-10-10
1
-0
/
+5
*
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-22
1
-36
/
+2
*
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...
Tim Graham
2017-09-22
1
-18
/
+0
*
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-09-06
1
-0
/
+14
*
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file...
caleb logan
2017-09-03
1
-0
/
+7
*
Refs #27787 -- Corrected or removed invalid call_command() options.
Chandrakant Kumar
2017-06-16
1
-7
/
+3
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-1
/
+1
*
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-05-24
1
-29
/
+38
*
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-17
1
-26
/
+26
*
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
1
-2
/
+2
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-3
/
+2
*
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
1
-4
/
+0
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-7
/
+7
*
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
1
-1
/
+1
*
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-24
1
-3
/
+2
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-9
/
+0
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-1
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
3
-7
/
+7
*
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-9
/
+5
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-5
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-4
/
+0
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-24
/
+22
*
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-27
1
-8
/
+7
*
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-10-10
1
-2
/
+4
*
Refs #5133 -- Isolated test_close() cache test.
Tim Graham
2016-09-15
1
-4
/
+8
*
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-14
1
-1
/
+16
*
Normalized spelling of ETag.
Tim Graham
2016-09-09
1
-1
/
+1
*
Fixed #11331 -- Stopped closing pylibmc connections after each request.
Ed Morley
2016-09-02
1
-1
/
+7
*
Refs #5133 -- Tested memcached connection closing after each request.
Ed Morley
2016-09-02
1
-0
/
+7
*
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
1
-0
/
+1
*
Added a test for multiple memcached servers in LOCATION.
Ed Morley
2016-08-31
1
-0
/
+10
*
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
1
-0
/
+39
*
Removed unused variable in test_memcached_uses_highest_pickle_version
Ed Morley
2016-08-31
1
-1
/
+1
*
Fixed #19914 -- Fixed test failures with pylibmc.
Ed Morley
2016-08-29
1
-1
/
+18
*
Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the sa...
Ed Morley
2016-08-29
1
-34
/
+42
*
Refs #19914 -- Split the test_invalid_keys cache test into two.
Ed Morley
2016-08-29
1
-25
/
+24
[next]