Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8947 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-09-03 20:55:04 +00:00
parent ee28ee9311
commit 7b0b992a87
5 changed files with 23 additions and 16 deletions

View file

@ -571,7 +571,7 @@ can change the maximum length using the :attr:`~CharField.max_length` argument.
.. class:: FloatField([**options])
**Changed in Django development version**
.. versionchanged:: 1.0
A floating-point number represented in Python by a ``float`` instance.