mirror of
https://github.com/django/django.git
synced 2025-07-16 07:39:12 +00:00
[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.
Backport of 55fabc53373a8c7ef31d8c4cffd2a07be0a88c2e from master
This commit is contained in:
parent
2ab8b5f4f8
commit
51fa5a9b9b
@ -217,7 +217,7 @@ will need to return intermediate pages. For example, the built-in delete action
|
||||
asks for confirmation before deleting the selected objects.
|
||||
|
||||
To provide an intermediary page, return an :class:`~django.http.HttpResponse`
|
||||
(or subclass) from your action. For example, you might write a export function
|
||||
(or subclass) from your action. For example, you might write an export function
|
||||
that uses Django's :doc:`serialization functions </topics/serialization>` to
|
||||
dump some selected objects as JSON::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user