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
/
field_tests
Age
Commit message (
Expand
)
Author
2018-08-08
[2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's "overflo...
Tim Graham
2018-04-04
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
safu9
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-10
Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.
Fabio Bonelli
2018-01-10
Reduced redundancy in DecimalField tests with subTest().
Tim Graham
2018-01-05
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
Tim Graham
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-09-27
Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...
Josh Schneier
2017-09-05
Fixed #28555 -- Made CharField convert whitespace-only values to the empty_va...
Josh Schneier
2017-08-12
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
Fixed #28264 -- Made FilePathField sort files and directories when recursive=...
Srinivas Reddy Thatiparthy
2017-07-17
Created a dedicated test directory for FilePathField tests.
Srinivas Reddy Thatiparthy
2017-07-14
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-06-03
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
Claude Paroz
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-31
Fixed a forms test after updated translations.
Tim Graham
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-04-24
Removed obsolete Widget.format_output() in tests.
Tim Graham
2017-04-07
Fixed #22654 -- Broken decimal validation
Raphael Michel
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
Tim Graham
2016-12-28
Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...
Josef Rousek
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-11
Fixed #27431 -- Prevented disabled form fields from appearing as changed.
Kenneth Veldman
2016-11-06
Fixed #27369 -- Prevented widgets from being shared between form field instan...
Michal Petrucha
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-09
Organized forms_tests test_regressions.py.
Tim Graham
2016-08-10
Updated an import per isort.
Tim Graham
2016-08-06
Fixed #27015 -- Prevented HTML-invalid minlength/maxlength on hidden inputs
Claude Paroz
2016-07-14
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
Priy
2016-07-14
Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
Jon Dufresne
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-24
Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.
David Sanders
2016-04-23
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-19
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...
Jon Dufresne
[next]