Tom Christie
|
c5b98f0d10
|
authtoken abstract if not installed.
Fixes #705.
|
2013-03-08 20:56:30 +00:00 |
|
Stephan Groß
|
214e201ff8
|
Update migration
|
2013-03-04 17:12:02 +01:00 |
|
Stephan Groß
|
27175c2cf5
|
Update migration
|
2013-03-04 17:04:55 +01:00 |
|
Stephan Groß
|
d6391359f5
|
Fix fix migrate authtoken
|
2013-03-04 14:04:03 +01:00 |
|
Stephan Groß
|
4cdb6b2959
|
Fix authtoken migration
|
2013-03-04 13:53:39 +01:00 |
|
Tom Christie
|
d9c7b1c585
|
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
2013-02-01 11:58:55 +00:00 |
|
Marc Tamlyn
|
49cd5e59a8
|
ObtainAuthToken pluggable Serializer.
It should have serializer_class in the same way as any other API view.
|
2013-01-08 12:20:01 +00:00 |
|
Xavier Ordoquy
|
737349d238
|
Merge remote-tracking branch 'reference/py3k' into p3k
|
2013-01-02 16:09:21 +01:00 |
|
Tom Christie
|
c911d54ae3
|
Reverted #458
When incorrect parameters are supplied to the obtain auth token view
400 *is* the correct response.
|
2012-12-07 22:25:16 +00:00 |
|
Xavier Ordoquy
|
5fad46d7e2
|
Merge remote-tracking branch 'reference/master' into p3k
|
2012-12-02 12:43:32 +01:00 |
|
Pavel Savchenko
|
7eec582d40
|
Better to return 401 when failing to authenticate
|
2012-11-28 17:04:36 +02:00 |
|
Xavier Ordoquy
|
17000129e3
|
Every (base) test should now pass with python3.
|
2012-11-24 23:19:03 +01:00 |
|
Tom Christie
|
cafc00b8e5
|
Merge pull request #424 from jonlil/master
Support for django 1.5a (auth_user_model)
|
2012-11-19 13:44:53 -08:00 |
|
Jonas Liljestrand
|
0bcc840927
|
Complete fix for migration
|
2012-11-19 11:37:37 +01:00 |
|
Jonas Liljestrand
|
91c0249c9d
|
fixed migration to support django 1.5
|
2012-11-18 21:12:06 +01:00 |
|
Jonas Liljestrand
|
8eb4bb8090
|
Moved function for getting correct user model to compat.py
|
2012-11-17 20:35:15 +01:00 |
|
Jonas Liljestrand
|
cd482c0ad2
|
Added support for Django 1.5 for TokenAuth
|
2012-11-17 18:04:37 +01:00 |
|
Jonas Liljestrand
|
bbb5a8a1d9
|
fixed import error
|
2012-11-17 18:01:46 +01:00 |
|
Jonas Liljestrand
|
3c1b5c3435
|
indent error
|
2012-11-17 17:53:08 +01:00 |
|
Jonas Liljestrand
|
f0d4232c1d
|
Django 1.5 support, and awareness for AUTH_USER_MODEL
|
2012-11-17 17:46:16 +01:00 |
|
Rob Romano
|
535b65a348
|
Removed authtoken/urls.py, not really needed with Tom's simplification
|
2012-11-14 12:59:01 -08:00 |
|
Rob Romano
|
321ba156ca
|
Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, updated tests & docs. Left authtoken.urls in place as example.
|
2012-11-14 12:51:00 -08:00 |
|
Rob Romano
|
ce3ccb91dc
|
Updates to login view for TokenAuthentication from feedback from Tom
|
2012-11-14 12:46:14 -08:00 |
|
Rob Romano
|
bd92db3c67
|
Added authtoken login/logout urlpatterns and views
|
2012-11-14 12:46:14 -08:00 |
|
Rob Romano
|
4a2526bd1e
|
Added authtoken login/logout urlpatterns and views to support scripted logins and logouts using TokenAuthentication. Added unittests.
|
2012-11-14 12:46:14 -08:00 |
|
Tom Christie
|
900c4b625b
|
api_key -> auth_token to avoid TastyPie conflict
|
2012-10-10 09:50:15 +01:00 |
|
Tom Christie
|
5c17a60176
|
Tweak authtoken
|
2012-10-09 09:57:31 +01:00 |
|
Tom Christie
|
4b691c4027
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
|