MCPcopy
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):

Calls 1

_get_cleaned_formMethod · 0.80

Tested by

no test coverage detected