Fixed #9477 -- Removed and edited a bunch of references to "development

version". Some were replaced with versionadded or versionchanged directives.
Other, more minor ones, were removed altogether.

Based on a patch from James Bennett.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-11-15 05:51:25 +00:00
parent 06f89325e1
commit 644ad9073f
11 changed files with 30 additions and 61 deletions

View file

@ -77,9 +77,9 @@ the full list of conversions:
=============================== ========================================
.. note::
.. versionadded:: 1.0
The ``FloatField`` form field and ``DecimalField`` model and form fields
are new in the development version.
are new in Django 1.0.
As you might expect, the ``ForeignKey`` and ``ManyToManyField`` model field
types are special cases: