diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-02-08 18:12:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:12:58 +0100 |
| commit | 59841170ba1785ada10a2915b0b60efdb046ee39 (patch) | |
| tree | 47c67ad8c8842c86cee19c75e127625773ce8e87 /docs/ref/class-based-views | |
| parent | 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 (diff) | |
Used .. attribute:: directive in authentication views docs.
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/mixins-editing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt index 4b20e9498c..d0bb200ae3 100644 --- a/docs/ref/class-based-views/mixins-editing.txt +++ b/docs/ref/class-based-views/mixins-editing.txt @@ -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) |
