mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[3.0.x] Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
Backport of 734fde7714
from master
This commit is contained in:
parent
f425835cbe
commit
eeab4ab82e
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ Methods of ``BoundField``
|
|||
``only_initial`` is used by Django internals and should not be set
|
||||
explicitly.
|
||||
|
||||
.. method:: BoundField.css_classes()
|
||||
.. method:: BoundField.css_classes(extra_classes=None)
|
||||
|
||||
When you use Django's rendering shortcuts, CSS classes are used to
|
||||
indicate required form fields or fields that contain errors. If you're
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue