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
Age
Commit message (
Expand
)
Author
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
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-18
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-08-12
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
2016-08-10
Updated an import per isort.
Tim Graham
2016-08-10
Fixed #26844 -- Made formset's validate_min validation ignore empty forms.
Andrew Nester
2016-08-09
Fixed #26905 -- Allowed using MultiValueDict-like objects as form data.
Marcin Nowak
2016-08-06
Fixed #27015 -- Prevented HTML-invalid minlength/maxlength on hidden inputs
Claude Paroz
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-08-01
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-07-22
Removed unnecessary coerce to list in forms_tests.
Jon Dufresne
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
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-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-14
Simplified a ClearableFileInput test.
Tim Graham
2016-04-28
Refs #15667 -- Removed choices argument from some RendererMixin methods.
Tim Graham
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-22
Moved declaration of test form inside the relevant test for clarity.
Loïc Bistuer
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
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
2016-04-14
Refs #26502 -- Added choices to Form.__getitem__() KeyError message.
Tim Graham
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-25
Removed duplicate definition of ChoiceFormSet.
Jon Dufresne
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-02-24
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-15
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
2016-02-15
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-28
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-22
Fixed #26104 -- Fixed TypeError when passing number to forms.DurationField.
Alexander Gaevsky
2016-01-21
Changed `action="."` to `action=""` in tests and docs.
Luke Plant
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-30
Fixed #26017 -- Removed a dependency on the name of the top-level tests direc...
Raphaël Hertzog
2015-12-17
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
Claude Paroz
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-09
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
Marti Raudsepp
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-19
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
Claude Paroz
2015-09-23
Refs #23162 -- Removed forms.Field._has_changed() method.
Tim Graham
[prev]
[next]