1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Fixing text flow around changes from review.

This commit is contained in:
Jonathan 2024-12-12 14:46:09 -08:00 committed by GitHub
parent b8935b58f7
commit 3cfc526b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,12 +54,11 @@ produced can be controlled by setting metadata options as attributes of an inner
:attr:`~ModelFormOptions.model` is required as well as either
:attr:`~ModelFormOptions.fields` or :attr:`~ModelFormOptions.exclude`.
All other ``Meta`` attributes are optional.
each ``Meta`` class, nor does every included field need to be included in every
option used. If an option isn't set, or if a model's field isn't used with a
particular option, Django will fall back on whatever has already been defined
for a field in their model or whatever defaults might exist for that field's
type.
All other ``Meta`` attributes are optional. Included fields need not be
included in every option used. If an option isn't set, or if a model's
field isn't used with a particular option, Django will fall back on whatever
has already been defined for a field in their model or whatever defaults
might exist for that field's type.
Optional ``Meta`` attributes, other than
:attr:`~ModelFormOptions.localized_fields` and