diff options
| author | Keryn Knight <keryn@kerynknight.com> | 2021-08-01 12:13:35 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-08 08:44:12 +0100 |
| commit | 4f8c7fd9d91b35e2c2922de4bb50c8c8066cbbc6 (patch) | |
| tree | 8852a9111b57708f644f9a792e1cd06597cdb61a /docs | |
| parent | ba9ced3e9a643a05bc521f0a2e6d02e3569de374 (diff) | |
Fixed #32980 -- Made models cache related managers.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 2d1e0a93fe..ff1c59c852 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -255,7 +255,10 @@ Upstream support for MariaDB 10.2 ends in May 2022. Django 4.1 supports MariaDB Miscellaneous ------------- -* ... +* Related managers for :class:`~django.db.models.ForeignKey`, + :class:`~django.db.models.ManyToManyField`, and + :class:`~django.contrib.contenttypes.fields.GenericRelation` are now cached + on the :class:`~django.db.models.Model` instance to which they belong. .. _deprecated-features-4.1: |
