mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Used .. attribute:: directive in authentication views docs.
This commit is contained in:
parent
6ee86a12ee
commit
59841170ba
2 changed files with 185 additions and 111 deletions
|
@ -51,7 +51,7 @@ The following mixins are used to construct Django's editing views:
|
|||
.. method:: get_form_class()
|
||||
|
||||
Retrieve the form class to instantiate. By default
|
||||
:attr:`.form_class`.
|
||||
:attr:`~django.views.generic.edit.FormMixin.form_class`.
|
||||
|
||||
.. method:: get_form(form_class=None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue