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
7f2505ad9e
django1
/
django
/
forms
History
vvojvoda
c23b3717be
Fixed
#21962
-- Added escape_html flag to ErrorDict.as_json()
2014-02-28 07:05:55 -05: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
Fixed
#22097
-- Fixed change detection for TypedChoiceField
2014-02-20 13:40:42 +01:00
forms.py
Fixed
#16192
-- Made unique error messages in ModelForm customizable.
2014-02-08 04:59:09 -05:00
formsets.py
Fixed
#17413
-- Serialization of form errors along with all metadata.
2013-12-16 16:33:28 -05:00
models.py
Fixed
#2445
-- Allowed limit_choices_to attribute to be a callable.
2014-02-11 14:05:12 -05:00
util.py
Removed import * in tests.
2013-10-22 08:32:01 -04:00
utils.py
Fixed
#21962
-- Added escape_html flag to ErrorDict.as_json()
2014-02-28 07:05:55 -05:00
widgets.py
Fixed
#22136
-- Updated comment for Textarea widget
2014-02-27 19:38:37 +01:00