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

@ -528,7 +528,7 @@ for details.
.. _One-to-one relationship model example: http://www.djangoproject.com/documentation/models/one_to_one/
**New in Django development version**
.. versionadded:: 1.0
:class:`~django.db.models.OneToOneField` fields also accept one optional argument
described in the :ref:`model field reference <ref-onetoone>`.