diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-06 11:52:49 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-06 11:53:35 +0100 |
| commit | f389e2c9603f5ee1d564b6c6fc095cfff75f8b53 (patch) | |
| tree | 1d8e6d835fcd7f164e0f31da34bdb912345b3c24 /docs/internals | |
| parent | 1c1911dcd9480ddc23a64703027cc78b379bc011 (diff) | |
[3.0.x] Added missing backticks in various docs.
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index f29b6b2fac..dd381db653 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -621,7 +621,7 @@ details on these changes. * Database test settings as independent entries in the database settings, prefixed by ``TEST_``, will no longer be supported. -* The `cache_choices` option to :class:`~django.forms.ModelChoiceField` and +* The ``cache_choices`` option to :class:`~django.forms.ModelChoiceField` and :class:`~django.forms.ModelMultipleChoiceField` will be removed. * The default value of the |
