index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
authtoken
/
models.py
Age
Commit message (
Expand
)
Author
2014-12-04
Removed custom python_2_unicode_compatible. Closes #2183
Tymur Maryokhin
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-04-28
Ensure Token.generate_key returns a string.
Max Peterson
2014-02-04
Generate random token directly
Matthew King
2013-12-16
Don't import compat.py from authtoken.models. Closes #1297
Tom Christie
2013-06-26
Use AUTH_USER_MODEL consistently between various Django versions. Closes #946
Tom Christie
2013-03-08
authtoken abstract if not installed.
Tom Christie
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-17
Moved function for getting correct user model to compat.py
Jonas Liljestrand
2012-11-17
Added support for Django 1.5 for TokenAuth
Jonas Liljestrand
2012-11-17
fixed import error
Jonas Liljestrand
2012-11-17
indent error
Jonas Liljestrand
2012-11-17
Django 1.5 support, and awareness for AUTH_USER_MODEL
Jonas Liljestrand
2012-10-10
api_key -> auth_token to avoid TastyPie conflict
Tom Christie
2012-10-09
Tweak authtoken
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie