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
2014-07-24
[1.7.x] Avoided transactional DDL on castrated databases.
Aymeric Augustin
2014-07-24
[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.
Aymeric Augustin
2014-06-23
[1.7.x] Ensured cache tests do not leak temp dirs
Claude Paroz
2014-06-16
[1.7.x] Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-05-09
[1.7.x] Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Malcolm Box
2014-04-23
[1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
Malcolm Box
2014-04-21
[1.7.x] Prevented leaking the CSRF token through caching.
Aymeric Augustin
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
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
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Allowed running the test suite without memcached (!)
Aymeric Augustin
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-22
Fixed some flake8 issues
Alex Gaynor
2013-11-21
Fixed #21476 -- Cache tests make an incorrect use of `HttpRequest`
Unai Zalakain
2013-11-07
Fixed a couple flake8 warnings.
Tim Graham
2013-11-07
Fixed #20536 -- rewrite of the file based cache backend
Jaap Roes
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-14
Fixed #15888 -- Made tablename argument of createcachetable optional
Claude Paroz
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-19
Fixed #21125 -- Removed support for cache URI syntax
Curtis Maloney
[next]