diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-11-30 10:07:28 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-11-30 10:08:11 +0100 |
| commit | 51fa5a9b9be48a68e0e712bcf04700e9a2b8b860 (patch) | |
| tree | ec20b4d0c2900adf040cde5605204bb5ac537ab2 | |
| parent | 2ab8b5f4f8f645be153236af210e6d8edad69668 (diff) | |
[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.
Backport of 55fabc53373a8c7ef31d8c4cffd2a07be0a88c2e from master
| -rw-r--r-- | docs/ref/contrib/admin/actions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt index e1988a039a..e75aa86afa 100644 --- a/docs/ref/contrib/admin/actions.txt +++ b/docs/ref/contrib/admin/actions.txt @@ -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:: |
