Skip to content

Commit

Permalink
[3.0.x] Refs #10427 -- Corrected BoundField.css_classes() signature i…
Browse files Browse the repository at this point in the history
…n docs.

Backport of 734fde7 from master
  • Loading branch information
smithdc1 authored and felixxm committed Apr 10, 2020
1 parent f425835 commit eeab4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeab4ab

Please sign in to comment.