From 9a02d668c1066a313f973ca80b204fce9eb1a252 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 7 Dec 2006 04:59:36 +0000 Subject: [PATCH] Small tweak to docs/newforms.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4171 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/newforms.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/newforms.txt b/docs/newforms.txt index b668738e76..f796477a9e 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -3,10 +3,8 @@ The newforms library ==================== ``django.newforms`` is a new replacement for ``django.forms``, the old Django -form/manipulator/validation framework. This functionality is new in the Django -development version -- i.e., it's not available in the Django 0.95 release. - -This document explains how to use this new form library. +form/manipulator/validation framework. This document explains how to use this +new form library. Migration plan ============== @@ -25,7 +23,7 @@ release, our plan is to do the following: * Move the current ``django.newforms`` to ``django.forms``. * We will remove ``django.oldforms`` in the release *after* the next Django - release -- i.e., the release that comes after the release in which we're + release -- the release that comes after the release in which we're creating ``django.oldforms``. With this in mind, we recommend you use the following import statement when @@ -55,9 +53,12 @@ want to perform server-side validation for an HTML form. The library deals with these concepts: * **Widget** -- A class that corresponds to an HTML form widget, e.g. - ```` or ``