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/models/fields.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/ref/models/fields.txt') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index e03b8fa82a..3b20e9a595 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -436,11 +436,6 @@ The primary key field is read-only. If you change the value of the primary key on an existing object and then save it, a new object will be created alongside the old one. -.. versionchanged:: 3.2 - - In older versions, auto-created primary key fields were always - :class:`AutoField`\s. - ``unique`` ---------- @@ -623,8 +618,6 @@ The default form widget for this field is a :class:`~django.forms.TextInput`. .. attribute:: CharField.db_collation - .. versionadded:: 3.2 - Optional. The database collation name of the field. .. note:: @@ -1347,8 +1340,6 @@ However it is not enforced at the model or database level. Use a .. attribute:: TextField.db_collation - .. versionadded:: 3.2 - The database collation name of the field. .. note:: -- cgit v1.3