diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-10-30 12:59:59 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-10-30 12:59:59 +0000 |
| commit | 576e681302263c1ad0abe07b35c40b9cc4a343f1 (patch) | |
| tree | 07c9af8397647c594a3f3f68347465a2a838367d /docs/ref/models | |
| parent | d17bc72880caea967ee1f4332941269837b68a2a (diff) | |
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation.
Thanks jifeng.yin AT gmail DOT com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f3a4ef4f77..a5d66f8dcf 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -353,7 +353,6 @@ If you need to accept :attr:`~Field.null` values then use :class:`NullBooleanField` instead. .. versionchanged:: 1.2 - In previous versions of Django when running under MySQL ``BooleanFields`` would return their data as ``ints``, instead of true ``bools``. See the release notes for a complete description of the change. @@ -879,7 +878,6 @@ shortcuts. A :class:`CharField` for a URL. Has one extra optional argument: .. deprecated:: 1.4 - ``verify_exists`` is deprecated for security reasons as of 1.4 and will be removed in Django 1.5. Prior to 1.3.1, the default value was ``True``. |
