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
a5c8a6ce19
django1
/
django
/
forms
History
David Sanders
a5c8a6ce19
Fixed
#21332
,
#26538
-- Fixed inconsistent and duplicate form fields on inline formsets.
2016-04-26 10:26:25 -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
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
fields.py
Fixed
#26534
-- Fixed boolean form fields has_changed() with hidden input.
2016-04-24 15:06:30 -04:00
forms.py
Fixed
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -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
#21332
,
#26538
-- Fixed inconsistent and duplicate form fields on inline formsets.
2016-04-26 10:26:25 -04:00
utils.py
Refs
#25294
-- Moved BoundField to django.forms.boundfield.
2015-09-16 14:43:38 -04:00
widgets.py
Fixed
#26533
-- Renamed Widget._format_value() to format_value().
2016-04-23 13:15:45 -04:00