summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/__init__.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-04-11Split form's test_fields.py into different files.Berker Peksag
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons
This is preparation for landing the template-based widget rendering patch and goes a long way to making these tests more useful for future development. The old doctest heritage is strong here.