Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_form_error
Method
get_form_error
django/forms/models.py:946–947 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
944
}
945
946
def
get_form_error(self):
947
return
gettext(
"Please correct the duplicate values below."
)
948
949
def
save_existing_objects(self, commit=True):
950
self.changed_objects = []
Callers
1
validate_unique
Method · 0.95
Calls
1
gettext
Function · 0.90
Tested by
no test coverage detected