mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Simplified caching of template context processors.
This commit is contained in:
parent
a97e72aaab
commit
f88ad710fa
4 changed files with 14 additions and 23 deletions
2
tests/test_client_regress/context_processors.py
Normal file
2
tests/test_client_regress/context_processors.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def special(request):
|
||||
return {'path': request.special_path}
|
||||
Loading…
Add table
Add a link
Reference in a new issue