mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
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:
parent
ee28ee9311
commit
7b0b992a87
5 changed files with 23 additions and 16 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue