Fixed incorrect formatting for inline pluralized code references in docs.

This commit is contained in:
Clifford Gama 2025-03-13 20:18:35 +02:00 committed by GitHub
parent e7a9d756ee
commit efe3ca09e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 64 additions and 58 deletions

View file

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