| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
oauth_provider can be added to INSTALLED_APPS only if these packages are installed
|
|
|
|
- alias oauth2 as oauth
- remove rouge print
- remove docstring markups
- OAuthAuthentication.authenticate() now returns (user, token) two-tuple on success
- don't set request.user because it's already set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Yuck, pickle is weird. Closes #645.
|
|
|
|
DateTimeField validation with non-str value
|
|
Closes #653
|
|
Closes #666.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed UnicodeDecodeError on get_name and get_description methods
|
|
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/wronglink/django-rest-framework into generic-form-input
|
|
|
|
|
|
|
|
|
|
|
|
Make is_simple_callable consider default arguments
|
|
Added a serializer TimeField
|