Mariusz Felisiak
|
7119f40c98
|
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
2022-02-07 20:37:05 +01:00 |
|
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
Jaap Roes
|
7fe9b6f6df
|
Fixed #33130 -- Restored form errors to be a dict.
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
|
2021-09-24 10:50:41 +02:00 |
|
Jon Dufresne
|
505fec6bad
|
Capitalized Unicode in docs, strings, and comments.
|
2020-04-20 12:10:33 +02:00 |
|
Krisjanis Vaiders
|
79d3b905df
|
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_dict_copy().
|
2019-04-13 18:42:11 +02:00 |
|
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
|
Claude Paroz
|
2366100872
|
Removed unneeded force_text calls in the test suite
|
2017-01-24 18:45:54 +01:00 |
|
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
|
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
|
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
|
Illia Volochii
|
4a51ba228b
|
Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.
|
2016-12-27 09:42:17 -05:00 |
|
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
|
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
|
Dražen Odobašić
|
b1e33ceced
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
|
Simon Charette
|
be67400b47
|
Refs #24652 -- Used SimpleTestCase where appropriate.
|
2015-05-20 13:46:13 -04:00 |
|
Moritz Sichert
|
1f2abf784a
|
Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
|
2015-03-27 19:46:20 -04:00 |
|
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
|
Andrey Maslov
|
7a878ca5cb
|
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
|
2014-12-31 14:43:13 -05:00 |
|
Tim Graham
|
8a9b0c15a6
|
Renamed tests for util -> utils moves; refs #17627.
|
2014-12-31 11:26:27 -05:00 |
|