django1/tests/test_client_regress/context_processors.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
64 B
Python
Raw Permalink Normal View History

def special(request):
return {"path": request.special_path}