diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-01-15 18:01:18 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-01-15 18:02:24 +0100 |
| commit | 4cf057faab0858ff73506e88dac4020e6eb96cf6 (patch) | |
| tree | 71b0c3ff9ece1286b4b4c1e3d51caabc5e276db8 /django/forms/__init__.py | |
| parent | 50a985b09b439a0d52aad8694d377a3483cb02e1 (diff) | |
Removed obsolete comment.
These features are implemented, tracked in tickets, or not necessary.
Thanks Bruno ReniƩ.
Diffstat (limited to 'django/forms/__init__.py')
| -rw-r--r-- | django/forms/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/django/forms/__init__.py b/django/forms/__init__.py index ec37a475e3..2588098330 100644 --- a/django/forms/__init__.py +++ b/django/forms/__init__.py @@ -1,13 +1,5 @@ """ Django validation and HTML form handling. - -TODO: - Default value for field - Field labels - Nestable Forms - FatalValidationError -- short-circuits all other validators on a form - ValidationWarning - "This form field requires foo.js" and form.js_includes() """ from __future__ import absolute_import |
