mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e
from master.
This commit is contained in:
parent
61c861546b
commit
be1e006c58
84 changed files with 721 additions and 604 deletions
|
@ -508,9 +508,9 @@ Selector and checkbox widgets
|
|||
|
||||
.. attribute:: Select.choices
|
||||
|
||||
This attribute is optional when the field does not have a
|
||||
:attr:`~Field.choices` attribute. If it does, it will override anything
|
||||
you set here when the attribute is updated on the :class:`Field`.
|
||||
This attribute is optional when the form field does not have a
|
||||
``choices`` attribute. If it does, it will override anything you set
|
||||
here when the attribute is updated on the :class:`Field`.
|
||||
|
||||
``NullBooleanSelect``
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -662,9 +662,9 @@ Composite widgets
|
|||
|
||||
.. attribute:: MultipleHiddenInput.choices
|
||||
|
||||
This attribute is optional when the field does not have a
|
||||
:attr:`~Field.choices` attribute. If it does, it will override anything
|
||||
you set here when the attribute is updated on the :class:`Field`.
|
||||
This attribute is optional when the form field does not have a
|
||||
``choices`` attribute. If it does, it will override anything you set
|
||||
here when the attribute is updated on the :class:`Field`.
|
||||
|
||||
``SplitDateTimeWidget``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue