Jason Ward
6c7bf2f15f
refs #2 : Custom user modal needs a default manager.
2017-11-20 14:52:10 -05:00
Jason Ward
4f148b6c47
refs #1 : Added username field. Not really sure why it was needed, but whatever.
2017-11-17 12:43:01 -05:00
Bob Cribbs
11bc2fe188
drop support for django 1.3; use prefetch_related for m2m to user__groups
2015-11-11 00:26:21 +02:00
Bob Cribbs
9589dfc820
import admin in example so it works with dj17
2015-11-10 19:31:54 +02:00
Jenny Qian
ad61de0cae
fixing invalid syntax error
...
Got the following error when installing django-authority:
File "/path/to/env/build/django-authority/example/users/admin.py", line 2
from example.users.User
^
SyntaxError: invalid syntax
2014-01-29 16:18:38 -06:00
Travis Chase
9c17430b03
Added custom user model and modified test run to use it when Django >= 1.5
2013-06-13 06:13:12 -05:00