| Age | Commit message (Collapse) | Author |
|
|
|
|
|
for a cross python versions compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addition to #631 with update to master + timefield support
|
|
|
|
to avoid naming collision with `oauth2` used for OAuth 1
|
|
Conflicts:
rest_framework/tests/authentication.py
|
|
PrimaryKeyRelatedField.field_to_native (they work in RelatedField.field_to_native already)
|
|
|
|
|
|
|
|
More consistent auth failure behavior.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|