0
0
mirror of https://github.com/django/django.git synced 2024-11-24 20:07:01 +01:00
django/docs/topics/auth
Aymeric Augustin cb7bbf97a7
Fixed #25966 -- Made get_user_model() work at import time.
This makes it equivalent to: `from django.contrib.auth.models import User`.

Thanks Aymeric Augustin for the initial patch and Tim Graham for the
review.
2016-11-25 14:15:49 +01:00
..
customizing.txt Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
default.txt Normalized casing of "custom user model". 2016-11-23 15:14:28 -05:00
index.txt
passwords.txt