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
/
views
/
decorators
/
cache.py
Age
Commit message (
Expand
)
Author
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2023-04-25
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...
Ben Lomax
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-16
Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.
Mariusz Felisiak
2021-02-24
Refs #32468 -- Added error message on invalid usage of cache decorators.
Haki Benita
2020-01-16
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2012-12-29
Removed legacy ways of calling cache_page.
Aymeric Augustin
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-02-09
Fixed #17643 -- Set a better stack level for the cache_page decorator depreca...
Jannis Leidel
2011-06-08
Deprecated legacy ways of calling cache_page
Luke Plant
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-04
Fixed #14737 -- Moved the docstring comment for the cache_page decorator so i...
Russell Keith-Magee
2010-09-21
Fixed #12019 - backwards compatibility issues with cache_page decorator.
Luke Plant
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-12
Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...
Russell Keith-Magee
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2009-09-28
Added 'key_prefix' keyword argument to cache_page()
Luke Plant
2009-09-26
Corrected regressions introduced in r11586 and r11593
Luke Plant
2009-09-23
Improved error messages when people use cache_page in undocumented and now un...
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-10-29
Fixed #612 - added cache control headers (thanks, hugo)
Jacob Kaplan-Moss
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-07-18
Moved django.views.decorators.cache.compress_string into django.utils.text
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty