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-03-14 11:20:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
Tim Graham
8165c2cfd1
Improved deprecation warning for change in form boolean values.
...
refs
#20684
Thanks jacob, jcd, and shai for the suggestions.
2013-09-10 14:24:34 -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
#19298
-- Added MultiValueField.__deepcopy__
2013-09-10 13:56:49 -04:00
forms.py
Fixed
#5749
-- Added field_name as a key in the _html_output dict
2013-09-10 13:00:10 -04:00
formsets.py
Fixed a number of flake8 errors -- particularly around unused imports and local variables
2013-09-06 21:56:40 -07:00
models.py
Fixed
#20989
-- Removed useless explicit list comprehensions.
2013-08-30 10:57:51 -04:00
util.py
Improved deprecation warning for change in form boolean values.
2013-09-10 14:24:34 -04:00
widgets.py
Fixed
#20841
-- Added messages to NotImplementedErrors
2013-09-10 11:09:59 -04:00