Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ User
Class
User
tests/delete/models.py:202–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
202
class
User(models.Model):
203
avatar = models.ForeignKey(Avatar, models.CASCADE, null=True)
204
205
206
class
HiddenUser(models.Model):
Callers
15
test_login
Method · 0.90
test_no_user
Method · 0.90
test_has_usable_password
Method · 0.90
test_clean_normalize_username
Method · 0.90
test_email_user
Method · 0.90
test_user_clean_normalize_email
Method · 0.90
test_eq
Method · 0.90
test_passwordchangeform_clean_old_password_sensitive_variables
Method · 0.90
test_min_num
Method · 0.90
test_custom_min_num
Method · 0.90
setUpTestData
Method · 0.90
test_extra_param
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_login
Method · 0.72
test_no_user
Method · 0.72
test_has_usable_password
Method · 0.72
test_clean_normalize_username
Method · 0.72
test_email_user
Method · 0.72
test_user_clean_normalize_email
Method · 0.72
test_eq
Method · 0.72
test_passwordchangeform_clean_old_password_sensitive_variables
Method · 0.72
test_min_num
Method · 0.72
test_custom_min_num
Method · 0.72
setUpTestData
Method · 0.72
test_extra_param
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…