Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Tim Graham
|
93a081946d
|
Normalized casing of "custom user model".
|
2016-11-23 15:14:28 -05:00 |
Alexander Gaevsky
|
e0a3d93730
|
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
|
2016-03-23 09:01:48 -04:00 |
Tim Graham
|
c62807968d
|
Fixed a stray __unicode__() method in auth_tests.
|
2016-02-23 13:20:50 -05:00 |
Simon Charette
|
6eb3ce11e4
|
Fixed #26089 -- Removed custom user test models from public API.
Thanks to Tim Graham for the review.
|
2016-02-04 12:30:34 -05:00 |