MCPcopy
hub / github.com/django/django / message_success

Method message_success

tests/admin_views/admin.py:1063–1064  ·  view source on GitHub ↗
(self, request, selected)

Source from the content-addressed store, hash-verified

1061
1062 @admin.action
1063 def message_success(self, request, selected):
1064 self.message_user(request, "Test success", level="success")
1065
1066 @admin.action
1067 def message_warning(self, request, selected):

Callers

nothing calls this directly

Calls 1

message_userMethod · 0.80

Tested by

no test coverage detected