summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-30 22:54:08 +0500
committerTim Graham <timograham@gmail.com>2015-11-30 18:45:57 -0500
commitda08195b368054d37f85c12ec4ed24656f64245e (patch)
tree414f6e7fc444b3cc08fa020042ed80e7c9076851 /docs
parent89b6856aa615bff5cccd1eeef61ab02d6e38498a (diff)
Removed old versionadded/changed directives.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/relations.txt2
-rw-r--r--docs/ref/request-response.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/relations.txt b/docs/ref/models/relations.txt
index 8671d83d51..e7ab608354 100644
--- a/docs/ref/models/relations.txt
+++ b/docs/ref/models/relations.txt
@@ -122,8 +122,6 @@ Related objects reference
the ``blog`` :class:`~django.db.models.ForeignKey` doesn't have
``null=True``, this is invalid.
- .. versionchanged 1.7::
-
For :class:`~django.db.models.ForeignKey` objects, this method accepts
a ``bulk`` argument to control how to perform the operation.
If ``True`` (the default), ``QuerySet.update()`` is used.
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 1271047c2e..198805ebcd 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -1066,8 +1066,6 @@ Attributes
FileResponse objects
====================
-.. versionadded:: 1.7.4
-
.. class:: FileResponse
:class:`FileResponse` is a subclass of :class:`StreamingHttpResponse` optimized