Loading docs/ref/contrib/sitemaps.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading docs/ref/models/fields.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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``. Loading docs/topics/auth.txt +0 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,6 @@ Manually managing a user's password .. currentmodule:: django.contrib.auth.utils .. versionadded:: 1.4 The :mod:`django.contrib.auth.utils` module provides a set of functions to create and validate hashed password. You can use them independently from the ``User`` model. Loading docs/topics/db/queries.txt +0 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,6 @@ translates (roughly) into the following SQL:: .. _`Keyword Arguments`: http://docs.python.org/tutorial/controlflow.html#keyword-arguments .. versionchanged:: 1.4 The field specified in a lookup has to be the name of a model field. There's one exception though, in case of a :class:`~django.db.models.fields.ForeignKey` you can specify the field Loading docs/topics/http/urls.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ mappings. And, because it's pure Python code, it can be constructed dynamically. .. versionadded:: 1.4 Django also allows to translate URLs according to the active language. This process is described in the :ref:`internationalization docs <url-internationalization>`. Loading Loading
docs/ref/contrib/sitemaps.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
docs/ref/models/fields.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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``. Loading
docs/topics/auth.txt +0 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,6 @@ Manually managing a user's password .. currentmodule:: django.contrib.auth.utils .. versionadded:: 1.4 The :mod:`django.contrib.auth.utils` module provides a set of functions to create and validate hashed password. You can use them independently from the ``User`` model. Loading
docs/topics/db/queries.txt +0 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,6 @@ translates (roughly) into the following SQL:: .. _`Keyword Arguments`: http://docs.python.org/tutorial/controlflow.html#keyword-arguments .. versionchanged:: 1.4 The field specified in a lookup has to be the name of a model field. There's one exception though, in case of a :class:`~django.db.models.fields.ForeignKey` you can specify the field Loading
docs/topics/http/urls.txt +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ mappings. And, because it's pure Python code, it can be constructed dynamically. .. versionadded:: 1.4 Django also allows to translate URLs according to the active language. This process is described in the :ref:`internationalization docs <url-internationalization>`. Loading