aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Clean ups.Tom Christie
2013-03-07Fix Py3k syntax errorsTom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Fix import errorsPierre Dulac
2013-03-06Only add the django-oauth2-provider apps if the module is installedPierre Dulac
2013-03-06Version 2.2.22.2.2Tom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-04Update migrationStephan Groß
2013-03-04Update migrationStephan Groß
2013-03-04Fix fix migrate authtokenStephan Groß
2013-03-04Fix authtoken migrationStephan Groß
2013-03-02Properly fail to wrong Authorization token typePierre Dulac
2013-03-02Add new OAuth2 testsPierre Dulac
2013-03-01Use django.utils to import the unittest modulePierre Dulac
2013-03-01Fix for django 1.3 compatibilityStephan Groß
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add format class attributesStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 supportStephan Groß
2013-03-01Fix for python 3 support - thanks @LinoviaStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
2013-03-01Clean up some print and commentsPierre Dulac
2013-03-01Improve the `django-oauth2-provider` import blockPierre Dulac
2013-03-01Merge branch 'master' into oauth2-authenticationPierre Dulac
2013-03-01Add the OAuth2Authentication classPierre Dulac
2013-03-01Add django-oauth2-provider to the installed appsPierre Dulac
2013-03-01Add tests for OAuth2 authenticationPierre Dulac
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-28Drop unused importTom Christie
2013-02-28Move ModelSerializer field_mapping into an attribute for easier overriding.Tom Christie
2013-02-27Fix out of date docstrings. Closes #689.Tom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-27import compat version of unittestswistakm
2013-02-26runtest.settings fixed if django-oauth-plus or oauth2 are not installedswistakm
2013-02-26OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed.swistakm
2013-02-26Move oauth2 and django-oauth-plus imports to compat and fix some minor issuesswistakm
2013-02-26Changed AttributeError to AssertionErrorDanilo Bargen
2013-02-25Show class name in exception messageDanilo Bargen
2013-02-25Improved exception message for missing serializer model meta optionDanilo Bargen
2013-02-25add OAuthAuthentication classswistakm
2013-02-25add django-oauth-plus & oauth2 to installed apps in runtests settings.pyswistakm
2013-02-25add tests for OAuth authenticationswistakm
2013-02-25Replaced status numbers with the statuses constants from the status model.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remarks in comments.Omer Katz