Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ clean
Method
clean
django/forms/models.py:822–823 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
820
save.alters_data = True
821
822
def
clean(self):
823
self.validate_unique()
824
825
def
validate_unique(self):
826
# Collect unique_checks and date_checks to run from all the forms.
Callers
nothing calls this directly
Calls
1
validate_unique
Method · 0.95
Tested by
no test coverage detected