diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:49:08 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | 00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch) | |
| tree | 09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/models/fields.txt | |
| parent | 1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff) | |
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/models/fields.txt')
| -rw-r--r-- | docs/ref/models/fields.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f105096c8c..c178354db2 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -564,10 +564,6 @@ alongside the old one. The primary key field is set to ``None`` when :meth:`deleting <django.db.models.Model.delete>` an object. -.. versionchanged:: 5.2 - - The ``CompositePrimaryKey`` field was added. - ``unique`` ---------- @@ -716,8 +712,6 @@ isn't defined. ``CompositePrimaryKey`` ----------------------- -.. versionadded:: 5.2 - .. class:: CompositePrimaryKey(*field_names, **options) A virtual field used for defining a composite primary key. @@ -758,10 +752,6 @@ The default form widget for this field is a :class:`~django.forms.TextInput`. ``max_length`` for some backends. Refer to the :doc:`database backend notes </ref/databases>` for details. - .. versionchanged:: 5.2 - - Support for unlimited ``VARCHAR`` columns was added on SQLite. - .. attribute:: CharField.db_collation Optional. The database collation name of the field. |
