django1/django/newforms
Adrian Holovaty 6645d1fe48 Added ChoiceField, MultipleChoiceField to django.newforms
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-02 03:16:12 +00:00
..
__init__.py Added ChoiceField, MultipleChoiceField to django.newforms 2006-11-02 03:16:12 +00:00
fields.py Added ChoiceField, MultipleChoiceField to django.newforms 2006-11-02 03:16:12 +00:00
forms.py Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention 2006-10-28 20:34:37 +00:00
util.py Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention 2006-10-28 20:34:37 +00:00
widgets.py Implemented SelectMultiple in django.newforms.widgets 2006-11-02 01:06:12 +00:00