Another word tightening and clarification in docs/newforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3d86329f82
commit
edc014b255
|
@ -10,9 +10,9 @@ Migration plan
|
||||||
==============
|
==============
|
||||||
|
|
||||||
``django.newforms`` is new in Django's 0.96 release, but, as it won't be new
|
``django.newforms`` is new in Django's 0.96 release, but, as it won't be new
|
||||||
forever, we plan to rename the ``django.newforms`` package to ``django.forms``
|
forever, we plan to rename it to ``django.forms`` in the future. The current
|
||||||
in the future. The current ``django.forms`` package will be available as
|
``django.forms`` package will be available as ``django.oldforms`` until Django
|
||||||
``django.oldforms``.
|
1.0, when we plan to remove it for good.
|
||||||
|
|
||||||
That has direct repercussions on the forward compatibility of your code. Please
|
That has direct repercussions on the forward compatibility of your code. Please
|
||||||
read the following migration plan and code accordingly:
|
read the following migration plan and code accordingly:
|
||||||
|
|
Loading…
Reference in New Issue