1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/django/forms
2011-09-18 04:09:44 +00:00
..
extras
__init__.py
fields.py Fixes #16664 -- URLField's to_python method fails with ValueError on some urls on python 2.7. Based on patch by zigzag. 2011-09-09 22:57:12 +00:00
forms.py
formsets.py Fixed #11404. Added `FormSet.has_changed, for consistancy with Form.has_changed`. Thanks to michelts for the patch. 2011-09-10 02:42:05 +00:00
models.py Fixed #15315 -- Added support for the 'widget' argument to modelform_factory. Thanks to SardarNL and Will Hardy for the patch. 2011-08-23 04:08:24 +00:00
util.py
widgets.py Fixes #8103 -- Select widget should only allow for one selected option 2011-09-18 04:09:44 +00:00