Tom Christie
|
f8a0d31d71
|
Remove ConfigurationError in favor of Django's ImproperlyConfigured
|
2013-06-05 13:45:28 +01:00 |
|
Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Tom Christie
|
8953a60196
|
Merge with master
|
2012-11-09 13:49:52 +00:00 |
|
Tom Christie
|
d206c686a6
|
Fixes for urls with suffixes
|
2012-10-29 17:08:38 +00:00 |
|
Tom Christie
|
b78872b7db
|
Use two seperate exceptions - AuthenticationFailed , and NotAuthenticated
Cleaner seperation of exception and resulting HTTP response.
Should result in more obvious error messages.
|
2012-10-17 15:23:36 +01:00 |
|
Tom Christie
|
dc9384f9b4
|
Use correct status code
|
2012-10-17 15:09:20 +01:00 |
|
Tom Christie
|
4c17d1441f
|
Add Unauthenticated exception.
|
2012-10-17 14:59:37 +01:00 |
|
Tom Christie
|
0cc7030aab
|
Fix @api_view decorator tests
|
2012-09-26 21:47:19 +01:00 |
|
Tom Christie
|
4b691c4027
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
|