Browse Source

Removed old versionadded/changed directives.

Sergey Fedoseev 9 years ago
parent
commit
da08195b36
2 changed files with 0 additions and 4 deletions
  1. 0 2
      docs/ref/models/relations.txt
  2. 0 2
      docs/ref/request-response.txt

+ 0 - 2
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.

+ 0 - 2
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