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
/
regressiontests
/
cache
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-25
Fixed a caching test on Python 3.
Carl Meyer
2013-02-25
Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.
Ćukasz Langa
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-24
Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
Bas Peschier
2013-02-24
Fixed #19896 -- Committed after clearing cache in the database.
George Song
2012-12-29
Removed legacy ways of calling cache_page.
Aymeric Augustin
2012-12-24
Prevented caching of streaming responses.
Aymeric Augustin
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-11-06
Fixed #14315 -- Made memcached backend handle negative incr/decr values
Claude Paroz
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-15
[py3] Fixed more encoding issues in cache tests
Claude Paroz
2012-08-15
Used settings config for memcached tests.
Claude Paroz
2012-08-15
Run memcache tests if any cache is configured
Claude Paroz
2012-08-15
[py3] Fix some more encoding issues in tests
Claude Paroz
2012-08-15
[py3] Properly encode hashlib.md5 and zip.compress args in the tests.
Florian Apolloner
2012-08-15
Fixed usage of several deprecated aliases in unittest.
Alex Gaynor
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-13
[py3] Fixed encoding issues in cache key generation
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-18
BaseCache now has a no-op close method as per ticket #18582
Mike Grouchy
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-27
Used CommandError in createcachetable command.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-09
Fixed #17286 -- Made sure all cache backends are set up to connect to the sig...
Jannis Leidel
2012-01-08
Fixed #17300 -- Prevented createcachetable from crashing when the cache table...
Aymeric Augustin
2011-12-29
Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII character...
Aymeric Augustin
2011-12-27
Fixed a CacheKeyWarning under Windows.
Aymeric Augustin
2011-12-11
Fixed #15863 - SimpleCookies are not correctly serialized with the file or da...
Luke Plant
2011-11-26
Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...
Carl Meyer
2011-11-21
Fixed #17268 -- Two failures in the cache tests.
Aymeric Augustin
2011-11-20
Made the database cache backend, which bypasses the ORM, compatible with time...
Aymeric Augustin
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
2011-10-27
Fixed a test isolation problem that remained after r17042.
Aymeric Augustin
2011-10-26
Fixed several problems that hid one another in the cache tests and code.
Aymeric Augustin
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-26
Improved settings manipulation in the cache tests with the suitable decorator...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-09-10
Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi...
Alex Gaynor
2011-09-08
Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha...
Jannis Leidel
2011-09-08
Fixed #16686 -- Reduced time to wait for cache expiration in a test to allevi...
Jannis Leidel
[next]