This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
1e32e1cc95
django1
/
django
/
forms
History
Marcin Nowak
74bb013cc1
Fixed
#26905
-- Allowed using MultiValueDict-like objects as form data.
2016-08-09 19:46:24 -04:00
..
extras
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
__init__.py
Refs
#25294
-- Moved BoundField to django.forms.boundfield.
2015-09-16 14:43:38 -04:00
boundfield.py
Fixed
#27002
-- Prevented double query when rendering ModelChoiceField.
2016-08-08 13:41:05 -04:00
fields.py
Fixed
#27015
-- Prevented HTML-invalid minlength/maxlength on hidden inputs
2016-08-06 10:22:17 +02:00
forms.py
Fixed
#26917
-- Fixed crash in disabled ModelChoiceFields.
2016-07-27 08:14:14 -04:00
formsets.py
Fixed
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
models.py
Fixed
#26970
-- Fixed crash with disabled ModelMultipleChoiceField.
2016-07-30 13:31:48 -04:00
utils.py
Refs
#25294
-- Moved BoundField to django.forms.boundfield.
2015-09-16 14:43:38 -04:00
widgets.py
Fixed
#26905
-- Allowed using MultiValueDict-like objects as form data.
2016-08-09 19:46:24 -04:00