1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[3.2.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.

Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3
allowing deletion of original extra inlines.

Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
This commit is contained in:
Carlton Gibson 2021-01-26 09:24:16 +01:00
parent 9607e3a0cc
commit 4dbbe37479
5 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -156,8 +156,8 @@ already-created object, you get another three extra slots.
At the end of the three current slots you will find an "Add another Choice" At the end of the three current slots you will find an "Add another Choice"
link. If you click on it, a new slot will be added. If you want to remove the link. If you click on it, a new slot will be added. If you want to remove the
added slot, you can click on the X to the top right of the added slot. Note added slot, you can click on the X to the top right of the added slot. This
that you can't remove the original three slots. This image shows an added slot: image shows an added slot:
.. image:: _images/admin14t.png .. image:: _images/admin14t.png
:alt: Additional slot added dynamically :alt: Additional slot added dynamically

View File

@ -139,6 +139,9 @@ Minor features
``'django.template.context_processors.request'`` in the ``'django.template.context_processors.request'`` in the
``'context_processors'`` option of :setting:`OPTIONS <TEMPLATES-OPTIONS>`. ``'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. * ``XRegExp`` is upgraded from version 2.0.0 to 3.2.0.
* jQuery is upgraded from version 3.4.1 to 3.5.1. * jQuery is upgraded from version 3.4.1 to 3.5.1.