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
/
django
/
core
/
cache
/
__init__.py
Age
Commit message (
Expand
)
Author
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-01-17
Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-19
Fixed #21125 -- Removed support for cache URI syntax
Curtis Maloney
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-11-10
Removed an impossible code path in cache function
Claude Paroz
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-18
BaseCache now has a no-op close method as per ticket #18582
Mike Grouchy
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...
Claude Paroz
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-02-09
Fixed #17286 -- Made sure all cache backends are set up to connect to the sig...
Jannis Leidel
2011-07-05
Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-04-02
Advanced deprecations in core.cache.
Russell Keith-Magee
2011-02-10
Fixed #15264 -- Ensured that legacy cache backends specified using the legacy...
Russell Keith-Magee
2011-02-04
Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so...
Russell Keith-Magee
2011-01-24
Fixed #15144 -- Corrected some problems with the Cache middleware when used w...
Russell Keith-Magee
2011-01-15
Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to...
Russell Keith-Magee
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-11-19
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...
Russell Keith-Magee
2010-10-20
Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...
Luke Plant
2010-10-09
Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6.
Alex Gaynor
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-12
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-01
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2008-08-16
Fixed #5133 -- Explicitly close memcached connections after each request
Malcolm Tredinnick
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-07-25
Fixed #7398 -- Allow for custom cache-backends to be used.
Malcolm Tredinnick
2007-12-02
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
[next]