index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
tests
/
test_utils.py
Age
Commit message (
Expand
)
Author
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-12-10
Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods.
Adam Johnson
2024-12-10
Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.
Adam Johnson
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-02-15
Completed test coverage for django.forms.utils.
Marcelo Galigniana
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-24
Fixed #33130 -- Restored form errors to be a dict.
Jaap Roes
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-04-13
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...
Krisjanis Vaiders
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.
Illia Volochii
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-31
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
Renamed tests for util -> utils moves; refs #17627.
Tim Graham