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
e2f06226ea
django1
/
django
/
forms
History
Tomer Chachamu
50d25a9c5a
Added SplitHiddenDateTimeWidget to django.forms.widgets.__all__
2013-08-29 14:22:04 -04:00
..
extras
Fixed
#20986
-- Enabled SelectDateWidget to use custom months
2013-08-28 16:39:26 +03:00
__init__.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
fields.py
Fixed
#15511
-- Allow optional fields on ``MultiValueField` subclasses.
2013-08-06 08:50:47 -04:00
forms.py
Moved translator comment just above the target string
2013-08-22 09:52:54 +02:00
formsets.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
models.py
Fixed
#20989
-- Removed explicit list comprehension inside dict() and tuple()
2013-08-29 12:11:03 -04:00
util.py
Deprecate usage of boolean value for widget attributes
2013-07-05 19:33:19 +02:00
widgets.py
Added SplitHiddenDateTimeWidget to django.forms.widgets.__all__
2013-08-29 14:22:04 -04:00