summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/tests.py
AgeCommit message (Collapse)Author
2006-11-02Implemented SelectMultiple in django.newforms.widgetsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-01Updated forms unit tests to reflect new fields and widgets from [3955] and ↵Adrian Holovaty
[3956] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-28Changed forms unit tests to reflect the fact that render() does not use the ↵Adrian Holovaty
to_python() value of data git-svn-id: http://code.djangoproject.com/svn/django/trunk@3946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit ↵Adrian Holovaty
tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention git-svn-id: http://code.djangoproject.com/svn/django/trunk@3945 bcc190cf-cafb-0310-a4f2-bffc1f526a37