From 4cf057faab0858ff73506e88dac4020e6eb96cf6 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 15 Jan 2013 18:01:18 +0100 Subject: [PATCH] Removed obsolete comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These features are implemented, tracked in tickets, or not necessary. Thanks Bruno ReniƩ. --- django/forms/__init__.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/django/forms/__init__.py b/django/forms/__init__.py index ec37a475e3c..2588098330d 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