MCPcopy
hub / github.com/django/django / validate

Method validate

django/forms/fields.py:1096–1097  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1094 return result
1095
1096 def validate(self, value):
1097 pass
1098
1099 def clean(self, value):
1100 """

Callers 1

cleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected