aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-03-10Add TokenHasReadWriteScope class for permissions based on scopesPierre Dulac
2013-03-09Serializers support bulk create.Tom Christie
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
2013-03-08Fix crazy typo.Tom Christie
2013-03-08MergeTom Christie
2013-03-08Fixes for auth header checking.Tom Christie
2013-03-08Py3k fixes.Tom Christie
2013-03-08Tweak implementation, and use FormSet style errorsTom Christie
2013-03-08Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework i...Tom Christie
2013-03-08authtoken abstract if not installed.Tom Christie
2013-03-08More bits of cleanupTom Christie
2013-03-08Add some simple numQueries tests.Marc Tamlyn
2013-03-08Correcy typo.Marc Tamlyn
2013-03-08GenericAPIView now applies filter_backend for list and retrieve api viewstoran billups
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Clean ups.Tom Christie
2013-03-07Fix Py3k syntax errorsTom Christie
2013-03-07Version 2.2.32.2.3Tom Christie
2013-03-07Fix broken `None` value for `TimeField`.Tom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Patched DateField and DateTimeField to check for None values before trying to...Kevin Stone
2013-03-06Added failing test cases for giving a DateField or DateTimeField a None value...Kevin Stone
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-04Modified to allow form overloading to take precedence over header.Dave Kuhn
2013-03-02Properly fail to wrong Authorization token typePierre Dulac
2013-03-02Add new OAuth2 testsPierre Dulac
2013-03-03Support for X-HTTP-Method-Override headerDave Kuhn
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