Used .. attribute:: directive in authentication views docs.

This commit is contained in:
Mariusz Felisiak 2021-02-08 18:12:58 +01:00 committed by GitHub
parent 6ee86a12ee
commit 59841170ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 185 additions and 111 deletions

View file

@ -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)