summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_forms.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, ↵saeedblanchette
BlockTranslateNode, and IncludeNode.
2018-02-01Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645). This is a security fix.
2017-11-08Fixed #28751 -- Corrected the error message for inactive users in ↵shanghui
AdminAuthenticationForm. Thanks SeungWon Kang for the report and Tim Graham for the review.