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
Age
Commit message (
Expand
)
Author
2013-03-07
Merge OAuth2 work.
Tom Christie
2013-03-07
Clean ups.
Tom Christie
2013-03-07
Fix Py3k syntax errors
Tom Christie
2013-03-07
Merge & clean OAuth support
Tom Christie
2013-03-06
Fix import errors
Pierre Dulac
2013-03-06
Only add the django-oauth2-provider apps if the module is installed
Pierre Dulac
2013-03-06
Version 2.2.2
2.2.2
Tom Christie
2013-03-06
Clean ups to datetime formatting
Tom Christie
2013-03-05
Merge datetime formats
Tom Christie
2013-03-04
Update migration
Stephan Groß
2013-03-04
Update migration
Stephan Groß
2013-03-04
Fix fix migrate authtoken
Stephan Groß
2013-03-04
Fix authtoken migration
Stephan Groß
2013-03-02
Properly fail to wrong Authorization token type
Pierre Dulac
2013-03-02
Add new OAuth2 tests
Pierre Dulac
2013-03-01
Use django.utils to import the unittest module
Pierre Dulac
2013-03-01
Fix for django 1.3 compatibility
Stephan Groß
2013-03-01
Add none testcases to date, datetime, time
Stephan Groß
2013-03-01
Add format class attributes
Stephan Groß
2013-03-01
Add new ISO8601 setting + integration
Stephan Groß
2013-03-01
Add docs update - part 1
Stephan Groß
2013-03-01
Add drf settings + output format + testcases
Stephan Groß
2013-03-01
Fix for python 3 support
Stephan Groß
2013-03-01
Fix for python 3 support - thanks @Linovia
Stephan Groß
2013-03-01
Add better date / datetime validation (pull 2)
Stephan Groß
2013-03-01
Clean up some print and comments
Pierre Dulac
2013-03-01
Improve the `django-oauth2-provider` import block
Pierre Dulac
2013-03-01
Merge branch 'master' into oauth2-authentication
Pierre Dulac
2013-03-01
Add the OAuth2Authentication class
Pierre Dulac
2013-03-01
Add django-oauth2-provider to the installed apps
Pierre Dulac
2013-03-01
Add tests for OAuth2 authentication
Pierre Dulac
2013-02-28
Auth is no longer lazy. Closes #667.
Tom Christie
2013-02-28
Drop unused import
Tom Christie
2013-02-28
Move ModelSerializer field_mapping into an attribute for easier overriding.
Tom Christie
2013-02-27
Fix out of date docstrings. Closes #689.
Tom Christie
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-27
import compat version of unittest
swistakm
2013-02-26
runtest.settings fixed if django-oauth-plus or oauth2 are not installed
swistakm
2013-02-26
OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed.
swistakm
2013-02-26
Move oauth2 and django-oauth-plus imports to compat and fix some minor issues
swistakm
2013-02-26
Changed AttributeError to AssertionError
Danilo Bargen
2013-02-25
Show class name in exception message
Danilo Bargen
2013-02-25
Improved exception message for missing serializer model meta option
Danilo Bargen
2013-02-25
add OAuthAuthentication class
swistakm
2013-02-25
add django-oauth-plus & oauth2 to installed apps in runtests settings.py
swistakm
2013-02-25
add tests for OAuth authentication
swistakm
2013-02-25
Replaced status numbers with the statuses constants from the status model.
Omer Katz
2013-02-25
Fixed misspelled remark in comments.
Omer Katz
2013-02-25
Fixed misspelled remark in comments.
Omer Katz
2013-02-25
Fixed misspelled remarks in comments.
Omer Katz
[next]