summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-10-30 12:59:59 +0000
committerRamiro Morales <cramm0@gmail.com>2011-10-30 12:59:59 +0000
commit576e681302263c1ad0abe07b35c40b9cc4a343f1 (patch)
tree07c9af8397647c594a3f3f68347465a2a838367d /docs/ref
parentd17bc72880caea967ee1f4332941269837b68a2a (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')
-rw-r--r--docs/ref/contrib/sitemaps.txt1
-rw-r--r--docs/ref/models/fields.txt2
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index a45312cddb..f3ca8d1031 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -315,7 +315,6 @@ parameter to the ``sitemap`` and ``index`` views via the URLconf::
.. versionchanged:: 1.4
-
In addition, these views also return
:class:`~django.template.response.TemplateResponse`
instances which allow you to easily customize the response data before
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``.