Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
|
Loïc Bistuer
|
6f5fcfc6d2
|
Moved declaration of test form inside the relevant test for clarity.
|
2016-04-22 09:38:47 +07:00 |
|
Loïc Bistuer
|
a885bca1df
|
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for form/model fields.
|
2016-04-22 09:38:47 +07:00 |
|
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
|
Dražen Odobašić
|
b1e33ceced
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
|
Tim Graham
|
35f46ec7a9
|
Fixed flake8 warnings.
|
2014-03-21 06:24:45 -04:00 |
|
Dejan Noveski
|
4d0c5f6142
|
Fixed #22255 -- Added support for specifying re flags in RegexValidator
|
2014-03-21 11:12:36 +01:00 |
|
Alex Gaynor
|
f67e18f39e
|
Fixed all E251 violations
|
2013-11-03 10:17:58 -08:00 |
|
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
|
Preston Timmons
|
cdf520ee86
|
Modified forms_tests to work with unittest2 discovery.
|
2013-04-12 15:00:17 -06:00 |
|