This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9c19aff7c7
Branches
Tags
No results found.
django
/
tests
/
csrf_tests
/
csrf_token_error_handler_ur...
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #28488 -- Reallowed error handlers to access CSRF tokens. Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b.
2017-09-18 04:24:05 +08:00
urlpatterns
=
[
]
Refs #33476 -- Reformatted code with Black.
2022-02-04 03:24:19 +08:00
handler404
=
"
csrf_tests.views.csrf_token_error_handler
"