summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/base.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-06Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons