Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation of Field's constructor #1375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bblanchon
Copy link

The documentation of kwargs for Field's constructor was incorrect.
It said that the attributes are added to the <div>, but they are actually added to the <input>.

The documentation of `kwargs` for `Field`'s constructor was incorrect.
It said that the attributes are added to the `<div>`, but they are actually added to the `<input>`.
@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d50351) 89.30% compared to head (e6fed4f) 89.30%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1375   +/-   ##
=======================================
  Coverage   89.30%   89.30%           
=======================================
  Files          12       12           
  Lines        1010     1010           
  Branches      192      192           
=======================================
  Hits          902      902           
  Misses         78       78           
  Partials       30       30           
Flag Coverage Δ
unittests 89.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
crispy_forms/layout.py 84.73% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d50351...e6fed4f. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants