index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cache
Age
Commit message (
Expand
)
Author
2016-03-07
[1.8.x] Fixed #26331 -- Fixed test function names with typos
George Marshall
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Accounted for multiple template engines in template responses.
Aymeric Augustin
2015-01-08
Isolated some cache tests; refs #23947.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-06
Refs #23947 -- Isolated some cache tests.
Tim Graham
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-11-13
Fixed #16358 - Made memcache backend delete old value on a failure to set.
Michael Manfre
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-22
Made testing of stdout and stderr more consistent.
Loic Bistuer
2014-10-20
Moved a test case that caused deprecation warnings.
Loic Bistuer
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed a PEP 8 error.
Aymeric Augustin
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-06-23
Ensured cache tests do not leak temp dirs
Claude Paroz
2014-06-16
Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-05-09
Used more precise assertions in cache tests
Claude Paroz
2014-05-09
Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Malcolm Box
2014-04-23
Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
Malcolm Box
2014-04-21
Prevented leaking the CSRF token through caching.
Aymeric Augustin
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
2014-03-22
Avoided transactional DDL on castrated databases.
Aymeric Augustin
2014-03-21
Fixed transaction handling in two management commands.
Aymeric Augustin
2014-03-21
Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.
Tim Graham
2014-03-09
Fixed #22237 -- Removed some warnings in the test suite
Claude Paroz
2014-03-05
Fixed incorrect docstring in cache tests (take two)
Baptiste Mispelon
2014-03-04
Fixed incorrect docstring in cache tests
ramast
2014-03-04
Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
zedr
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-08
Added tests for LocalMemCache deadlocks. refs #20613 and refs #18541.
Tim Graham
2014-02-04
Fixed #21911 -- Made admin views redirect to login when needed
Claude Paroz
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-24
Fixed flake8 error (5 space identation!!!)
Alex Gaynor
2013-11-24
Don't fail if there is no memcached backend active.
Florian Apolloner
2013-11-24
Fixed regression from ffc37e2343a93cf6d44247e20cd263b41f931716.
Florian Apolloner
2013-11-24
Randomized KEY_PREFIX in caches test to prevent failures during parallel test...
Florian Apolloner
2013-11-23
Don't fail if cPickle doesn't exist.
Florian Apolloner
2013-11-23
Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe
Florian Apolloner
2013-11-23
Fixed #21200 -- Consistantly raise errors across all cache backends.
Florian Apolloner
[next]