django1/django/newforms
Adrian Holovaty af377b13e1 newforms: Added formfield_callback argument to form_for_model and form_for_instance. The admin reworking will need this hook.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-22 06:10:47 +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 #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamically 2007-01-21 01:29:01 +00:00
forms.py newforms: Moved flatatt function from widgets.py to util.py 2007-01-20 20:33:23 +00:00
models.py newforms: Added formfield_callback argument to form_for_model and form_for_instance. The admin reworking will need this hook. 2007-01-22 06:10: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