Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ valid
Method
valid
tests/test_utils/tests.py:1468–1469 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
1466
1467
@classmethod
1468
def
valid(cls):
1469
return
cls._get_cleaned_form(
"valid"
)
1470
1471
@classmethod
1472
def
invalid(cls, nonfield=False):
Callers
5
test_empty_errors_valid_form
Method · 0.45
test_empty_errors_valid_form_non_field_errors
Method · 0.45
test_field_with_no_errors
Method · 0.45
test_empty_errors_valid_formset
Method · 0.45
test_field_with_no_errors
Method · 0.45
Calls
1
_get_cleaned_form
Method · 0.80
Tested by
no test coverage detected