Opened 17 years ago
Closed 17 years ago
#7592 closed (wontfix)
get_or_create for User
Description ¶
Shouldn't there be a get_or_create_profile() function for User to go along with get_profile() ?
Note:
See TracTickets
for help on using tickets.
get_profile() is just a shortcut; there's no reason you can't import AUTH_PROFILE_MODULE yourself and call get_or_create on it.