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
7ac8380799
django1
/
django
/
forms
History
Loic Bistuer
7ac8380799
Fixed
#22318
-- Added Form.has_error() to easily check if a given error has happened.
2014-03-24 07:21:32 -04:00
..
extras
Fixed
#13970
-- Made SelectDateWidget use the standard widget is_required attribute
2013-11-08 16:58:17 +01:00
__init__.py
Fixed
#21489
-- Make formsets directly importable from django.forms.
2013-11-25 19:16:19 -05:00
fields.py
Removed PIL compatability layer per deprecation timeline.
2014-03-21 10:54:53 -04:00
forms.py
Fixed
#22318
-- Added Form.has_error() to easily check if a given error has happened.
2014-03-24 07:21:32 -04:00
formsets.py
Fixed many typos in comments and docstrings.
2014-03-03 07:38:09 -05:00
models.py
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
2014-03-22 07:56:48 -04:00
util.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
utils.py
Fixed
#20684
-- Added support for HTML5 boolean attributes to form widgets.
2014-03-22 14:28:12 -04:00
widgets.py
Removed warning for Widget.is_hidden property.
2014-03-21 19:25:54 -04:00