django1/django/newforms
Adrian Holovaty 93eebd95cb newforms: Moved flatatt function from widgets.py to util.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-20 20:33:23 +00:00
..
extras newforms: Added django.newforms.extras.widgets, with SelectDateWidget implementation, plus some unit tests 2006-12-24 20:22:38 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks for the patch, SmileyChris 2007-01-20 17:31:45 +00:00
forms.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
models.py Fixed #3232 -- newforms: Added save_instance(), which saves a given bound form's clean_data into a given model instance with the same field names 2007-01-09 05:49:47 +00:00
util.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
widgets.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00