MCPcopy
hub / github.com/django/django / get_username

Method get_username

django/contrib/auth/models.py:638–639  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

636 return False
637
638 def get_username(self):
639 return self.username

Callers 5

user_change_passwordMethod · 0.45
loginMethod · 0.45
test_propertiesMethod · 0.45
test_userMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_propertiesMethod · 0.36
test_userMethod · 0.36