Jon Dufresne
|
7edeeb74fe
|
Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages.
|
2017-03-20 13:12:55 -04:00 |
|
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39: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 |
|
Tim Graham
|
dab653cadc
|
Organized forms_tests test_regressions.py.
|
2016-09-09 08:55:29 -04:00 |
|
Tim Graham
|
c9ae09addf
|
Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
|
2016-06-28 11:21:26 -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 |
|
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
|
Tim Graham
|
33457cd3b0
|
Removed IPAddressField per deprecation timeline; refs #20439.
|
2015-01-19 11:12:57 -05:00 |
|
Tim Graham
|
40a8504357
|
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Thanks Markus Holtermann for review.
|
2015-01-01 13:30:52 -05:00 |
|
Claude Paroz
|
51890ce889
|
Applied ignore_warnings to Django tests
|
2014-12-30 18:16:25 +01:00 |
|
Anubhav Joshi
|
5cdb8f8c1e
|
Fixed #16617 -- Added 'value' to BaseValidator params.
Also allowed overriding the default messages in subclasses of BaseValidator.
Thanks sperrygrove for initial patch.
|
2014-07-26 10:03:00 -04:00 |
|
Nick Presta
|
11f0899bbe
|
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Thanks Daniel Pope for the suggestion.
|
2014-06-02 15:22:15 -04:00 |
|
chriscauley
|
66ec9ee441
|
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
Thanks tomwys for the suggestion.
|
2014-04-16 20:36:29 -04:00 |
|
Jason Myers
|
7a61c68c50
|
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:50:49 -05:00 |
|
Tim Graham
|
8e2029f8dd
|
Removed import * in tests.
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
|
2013-10-22 08:32:01 -04:00 |
|
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
|
Alasdair Nicol
|
eb214452c3
|
Fixed #21270 -- Fixed E701 pep8 warnings
|
2013-10-17 12:12:40 +01:00 |
|
Erik Romijn
|
1a63092981
|
Fixed #20439 -- Started deprecation of IPAddressField
|
2013-09-28 10:55:32 +02:00 |
|
Tim Graham
|
18ffdb1772
|
Fixed #17627 -- Renamed util.py files to utils.py
Thanks PaulM for the suggestion and Luke Granger-Brown and
Wiktor Kołodziej for the initial patch.
|
2013-09-16 12:52:05 -04:00 |
|
Simon Charette
|
11cd7388f7
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
|
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
|
Claude Paroz
|
be9ae693c4
|
Fixed #17840 -- Generalized named placeholders in form error messages
Also fixed plural messages for DecimalField.
|
2013-04-13 18:55:50 +02:00 |
|
Preston Timmons
|
cdf520ee86
|
Modified forms_tests to work with unittest2 discovery.
|
2013-04-12 15:00:17 -06:00 |
|