From 97237ad3feed80407ed1884ea84cf00fd9fea367 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 07:43:34 +0200 Subject: Removed versionadded/changed annotations for 3.2. --- docs/ref/settings.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/settings.txt') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index a272bdbcb3..8acd42afe6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -159,10 +159,6 @@ You can use a cache backend that doesn't ship with Django by setting :setting:`BACKEND ` to a fully-qualified path of a cache backend class (i.e. ``mypackage.backends.whatever.WhateverCache``). -.. versionchanged:: 3.2 - - The ``PyMemcacheCache`` backend was added. - .. versionchanged:: 4.0 The ``RedisCache`` backend was added. @@ -1259,8 +1255,6 @@ See also :setting:`NUMBER_GROUPING`, :setting:`THOUSAND_SEPARATOR` and ``DEFAULT_AUTO_FIELD`` ---------------------- -.. versionadded:: 3.2 - Default: ``'``:class:`django.db.models.AutoField`\ ``'`` Default primary key field type to use for models that don't have a field with -- cgit v1.3