summaryrefslogtreecommitdiff
path: root/tests/forms_tests/tests/test_utils.py
AgeCommit message (Expand)Author
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-12-10Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods.Adam Johnson
2024-12-10Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.Adam Johnson
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-02-15Completed test coverage for django.forms.utils.Marcelo Galigniana
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-24Fixed #33130 -- Restored form errors to be a dict.Jaap Roes
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-04-13Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...Krisjanis Vaiders
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
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