Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ autocomplete_view
Method
autocomplete_view
django/contrib/admin/sites.py:451–452 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
449
return
LoginView.as_view(**defaults)(request)
450
451
def
autocomplete_view(self, request):
452
return
AutocompleteJsonView.as_view(admin_site=self)(request)
453
454
@no_append_slash
455
def
catch_all_view(self, request, url):
Callers
1
test_missing_search_fields
Method · 0.80
Calls
1
as_view
Method · 0.45
Tested by
1
test_missing_search_fields
Method · 0.64