diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-01-26 09:24:16 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-01-27 08:44:36 +0100 |
| commit | f4272d000af598018247fe9687dac0fd02a29a7c (patch) | |
| tree | 343beb9be989be074e2c6b611a459af586d64f3d /docs/releases/3.1.txt | |
| parent | b989d213363e0c34ac34ad819a725c7ceb6bbc0b (diff) | |
Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3
allowing deletion of original extra inlines.
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index e6c040f22e..d1b75c8760 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -139,6 +139,9 @@ Minor features ``'django.template.context_processors.request'`` in the ``'context_processors'`` option of :setting:`OPTIONS <TEMPLATES-OPTIONS>`. +* Initially empty ``extra`` inlines can now be removed, in the same way as + dynamically created ones. + * ``XRegExp`` is upgraded from version 2.0.0 to 3.2.0. * jQuery is upgraded from version 3.4.1 to 3.5.1. |
