aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-03-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-13Use django-filter 0.6a1 and add database query count tests for paginated, fil...Tom Christie
2013-03-13Fix duplicated database queries for paginated lists.Tom Christie
2013-03-13Merge branch 'num-query-checking' of https://github.com/mjtamlyn/django-rest-...Tom Christie
2013-03-12Merge pull request #723 from mjumbewu/multitable-inheritanceTom Christie
2013-03-12Merge pull request #695 from kuhnza/masterTom Christie
2013-03-12Merge masterTom Christie
2013-03-12Added test for X-HTTP-Method-Override headerDave Kuhn
2013-03-11Further group model inheritance testsMjumbe Wawatu Ukweli
2013-03-11Group the model-inheritance-related tests togetherMjumbe Wawatu Ukweli
2013-03-11Use parent's primary key when model is derived via multitable inheritanceMjumbe Wawatu Ukweli
2013-03-10Failing test to show problem of #720Bouke Haarsma
2013-03-10Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1Pierre Dulac
2013-03-10Add TokenHasReadWriteScope class for permissions based on scopesPierre Dulac
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-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-07Merge & clean OAuth supportTom Christie
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-06Clean ups to datetime formattingTom Christie
2013-03-02Add new OAuth2 testsPierre Dulac
2013-03-01Use django.utils to import the unittest modulePierre Dulac
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 supportStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
2013-03-01Improve the `django-oauth2-provider` import blockPierre Dulac
2013-03-01Merge branch 'master' into oauth2-authenticationPierre Dulac
2013-03-01Add tests for OAuth2 authenticationPierre Dulac
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-27import compat version of unittestswistakm
2013-02-26OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed.swistakm
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 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