mirror of
https://github.com/django/django.git
synced 2025-05-25 16:26:32 +00:00
Fixed typo in docs/ref/contrib/admin/index.txt.
This commit is contained in:
parent
658dc7045a
commit
367d6920ec
@ -1947,7 +1947,7 @@ templates used by the :class:`ModelAdmin` views:
|
|||||||
'form_kwargs': {'request': request},
|
'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)
|
.. method:: ModelAdmin.get_changeform_initial_data(request)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user