1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00

Small refinement to text

This commit is contained in:
Jonathan 2024-10-24 17:24:55 -07:00 committed by GitHub
parent 14b4149216
commit 5695568933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,7 +230,7 @@ effect since fields that haven't been included would never be accessed.
.. attribute:: ModelFormOptions.model
*Required.* A :class:`django.db.models.Model` to be used for this
:class:`~django.forms.ModelForm`. This is **not** a string.
:class:`~django.forms.ModelForm`.
If no class is specified, a :exc:`ValueError` exception will be raised.