MCPcopy
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
202class User(models.Model):
203 avatar = models.ForeignKey(Avatar, models.CASCADE, null=True)
204
205
206class HiddenUser(models.Model):

Callers 15

test_loginMethod · 0.90
test_no_userMethod · 0.90
test_email_userMethod · 0.90
test_eqMethod · 0.90
test_min_numMethod · 0.90
test_custom_min_numMethod · 0.90
setUpTestDataMethod · 0.90
test_extra_paramMethod · 0.90

Calls

no outgoing calls

Tested by 15

test_loginMethod · 0.72
test_no_userMethod · 0.72
test_email_userMethod · 0.72
test_eqMethod · 0.72
test_min_numMethod · 0.72
test_custom_min_numMethod · 0.72
setUpTestDataMethod · 0.72
test_extra_paramMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…