diff options
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/decorators.txt | 4 | ||||
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 | ||||
| -rw-r--r-- | docs/topics/http/urls.txt | 5 |
3 files changed, 0 insertions, 11 deletions
diff --git a/docs/topics/http/decorators.txt b/docs/topics/http/decorators.txt index e1ec2c6028..fe91d0cc98 100644 --- a/docs/topics/http/decorators.txt +++ b/docs/topics/http/decorators.txt @@ -121,7 +121,3 @@ client-side caching. This decorator adds a ``Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private`` header to a response to indicate that a page should never be cached. - - .. versionchanged:: 3.0 - - ``private`` directive was added. diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 9427ac0169..41c2c499e4 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -246,8 +246,6 @@ You can edit it multiple times. .. method:: get_session_cookie_age() - .. versionadded:: 3.0 - Returns the age of session cookies, in seconds. Defaults to :setting:`SESSION_COOKIE_AGE`. diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index ff39635c9c..31671db81d 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -61,11 +61,6 @@ algorithm the system follows to determine which Python code to execute: in the optional ``kwargs`` argument to :func:`django.urls.path` or :func:`django.urls.re_path`. - .. versionchanged:: 3.0 - - In older versions, the keyword arguments with ``None`` values are - made up also for not provided named parts. - #. If no URL pattern matches, or if an exception is raised during any point in this process, Django invokes an appropriate error-handling view. See `Error handling`_ below. |
