summaryrefslogtreecommitdiff
path: root/tests/forms_tests/tests/test_utils.py
AgeCommit message (Expand)Author
2016-12-27Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.Illia Volochii
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Renamed tests for util -> utils moves; refs #17627.Tim Graham