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-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
2015-09-23
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
Tim Graham
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-09-16
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Refs #25300 -- Fixed reference to TextInput in a test.
Moritz Sichert
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-22
Fixed #25300 -- Added unit tests for BoundField.id_for_label
Maxime Lorant
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-16
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-07-14
Refs #25085 -- Used more specific assertion in widget test.
Tim Graham
2015-07-14
Fixed #25085 -- Overrode Select widget's __deepcopy__()
Eric Carrillo
2015-07-13
Fixed #25108 -- Fixed a test which failed on Pillow 2.9+
Yosuke Yasuda
2015-07-06
Refs #4960 -- Fixed selenium test failures for CharField strip changes.
Tim Graham
2015-07-01
Fixed #4960 -- Added "strip" option to CharField
Curtis
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-16
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Andriy Sokolovskiy
2015-06-06
Fixed #12437 -- Added css_classes to Form._html_output()
Markus Amalthea Magnuson
2015-06-04
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-05-25
Fixed #24788 -- Allowed Forms to specify a prefix at the class level.
Paweł Marczewski
2015-05-22
Refs #9230 -- Added complementary tests for widget iterations
Claude Paroz
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-06
Fixed #24497 -- Added Widget.supports_microseconds attribute
wdmgsm
2015-05-04
Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Antonio Garcia-Dominguez
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
[next]