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
/
widget_tests
Age
Commit message (
Expand
)
Author
2017-03-31
[1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-02-06
[1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...
Tim Graham
2016-09-30
[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectM...
Tim Graham
2016-09-22
[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...
Tim Graham
2016-08-12
[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...
Jon Dufresne
2016-06-16
[1.10.x] 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-02-15
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
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
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons