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
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