mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2a5105ac15
commit
a00e8d4e42
10 changed files with 61 additions and 13 deletions
|
@ -428,7 +428,7 @@ FormMixin
|
|||
.. method:: get_form_kwargs()
|
||||
|
||||
Build the keyword arguments requried to instanciate an the form.
|
||||
|
||||
|
||||
The ``initial`` argument is set to :meth:`.get_initial`. If the
|
||||
request is a ``POST`` or ``PUT``, the request data (``request.POST``
|
||||
and ``request.FILES``) will also be provided.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue