aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/models.py
AgeCommit message (Expand)Author
2014-12-04Removed custom python_2_unicode_compatible. Closes #2183Tymur Maryokhin
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-28Ensure Token.generate_key returns a string.Max Peterson
2014-02-04Generate random token directlyMatthew King
2013-12-16Don't import compat.py from authtoken.models. Closes #1297Tom Christie
2013-06-26Use AUTH_USER_MODEL consistently between various Django versions. Closes #946Tom Christie
2013-03-08authtoken abstract if not installed.Tom Christie
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-17Moved function for getting correct user model to compat.pyJonas Liljestrand
2012-11-17Added support for Django 1.5 for TokenAuthJonas Liljestrand
2012-11-17fixed import errorJonas Liljestrand
2012-11-17indent errorJonas Liljestrand
2012-11-17Django 1.5 support, and awareness for AUTH_USER_MODELJonas Liljestrand
2012-10-10api_key -> auth_token to avoid TastyPie conflictTom Christie
2012-10-09Tweak authtokenTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie