mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed incorrect formatting for inline pluralized code references in docs.
This commit is contained in:
parent
e7a9d756ee
commit
efe3ca09e0
11 changed files with 64 additions and 58 deletions
|
@ -97,7 +97,8 @@ The following mixins are used to construct Django's editing views:
|
|||
|
||||
.. class:: django.views.generic.edit.ModelFormMixin
|
||||
|
||||
A form mixin that works on ``ModelForms``, rather than a standalone form.
|
||||
A form mixin that provides facilities for working with a ``ModelForm``,
|
||||
rather than a standalone form.
|
||||
|
||||
Since this is a subclass of
|
||||
:class:`~django.views.generic.detail.SingleObjectMixin`, instances of this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue