diff options
| author | Scott Pashley <github@scottpashley.co.uk> | 2022-01-12 06:44:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 07:44:45 +0100 |
| commit | 367d6920ece44639e54650d9a98f8c24e10f7229 (patch) | |
| tree | 472462d42ec5f587e208fc27e0baa3f68b0218c0 /docs/ref | |
| parent | 658dc7045aaba548f908bb26a370eb89fb393bca (diff) | |
Fixed typo in docs/ref/contrib/admin/index.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 7f37923781..ab8da5a729 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1947,7 +1947,7 @@ templates used by the :class:`ModelAdmin` views: 'form_kwargs': {'request': request}, } - You can also used it to set ``initial`` for formset forms. + You can also use it to set ``initial`` for formset forms. .. method:: ModelAdmin.get_changeform_initial_data(request) |
