summaryrefslogtreecommitdiff
path: root/django/newforms/__init__.py
AgeCommit message (Expand)Author
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2006-12-17newforms: Added BaseForm to django.newforms namespaceAdrian Holovaty
2006-11-25Moved newforms form_for_model and form_for_fields to django/newforms/models.pyAdrian Holovaty
2006-11-04django.newforms: Implemented hook for validation not tied to a particular fie...Adrian Holovaty
2006-11-02Added ChoiceField, MultipleChoiceField to django.newformsAdrian Holovaty
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit test...Adrian Holovaty
2006-10-28Added django.newforms -- work-in-progress of the new framework for forms/vali...Adrian Holovaty