This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-07 06:56:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
Curtis Maloney
07876cf02b
Deprecated SortedDict (replaced with collections.OrderedDict)
...
Thanks Loic Bistuer for the review.
2013-08-04 07:09:39 -04:00
..
extras
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
__init__.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
fields.py
Fixed
#18777
-- Localized form fields with as_text/as_hidden
2013-08-02 08:41:54 -04:00
forms.py
Deprecated SortedDict (replaced with collections.OrderedDict)
2013-08-04 07:09:39 -04:00
formsets.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
models.py
Deprecated SortedDict (replaced with collections.OrderedDict)
2013-08-04 07:09:39 -04:00
util.py
Deprecate usage of boolean value for widget attributes
2013-07-05 19:33:19 +02:00
widgets.py
Fixed
#20649
-- Allowed blank field display to be defined in the initial list of choices.
2013-07-31 14:12:03 -04:00