This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
test_client_regress
/
context_processors.py
3 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Simplified caching of template context processors.
2014-11-18 21:52:09 +01:00
def
special
(
request
)
:
Refs #33476 -- Reformatted code with Black.
2022-02-03 20:24:19 +01:00
return
{
"
path
"
:
request
.
special_path
}
Reference in New Issue
Copy Permalink