So i read about *Signal Limitations *in Django that comes up with user 
custom models and you can't use *get_user_model()* as according to this link 
<https://code.djangoproject.com/ticket/19218>it's clearly stated that the 
reason for it is because the module is not completely loaded at this point 
and the solution is to defer the function call until the whole module is 
loaded. So why not this case does not apply to Default user model i.e. 
*AbstractUser* in django? Is it because of execution order or is it some 
back end One Time execution logic that loads the default models only once 
in a cache and retrieves it every time but not in custom user model case?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/68a0e076-a288-4be8-a1da-6941d0713ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to