aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
AgeCommit message (Collapse)Author
2012-09-04Refactored throttlingTom Christie
2012-09-04Bits of cleanupTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Support generatorsTom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-08-24Remove PermissionsMixinTom Christie
2012-08-24Remove RequestMixinx / ReponseMixinTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-04-11Merge with masterTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23Test for issue #178.Shawn Lewis
This failing test shows that the serializer implementation breaks when a related serializer is passed in via include rather than via fields.
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-23Remove InstanceMixin auto-url magicks.Tom Christie
2012-02-23reverse takes request as a kwarg for compatibility with django's reverseTom Christie
2012-02-23merged + fixed broken testSébastien Piquemal
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21Merge master into developTom Christie
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Merging master into developTom Christie
2012-02-21Pass the request object to `reverse' in the reverse testsDaniel Izquierdo
2012-02-21Move the new `reverse' function from urlresolvers to utilsDaniel Izquierdo
2012-02-21Test the custom reverse() function instead of the one provided by DjangoDaniel Izquierdo
2012-02-20Some cleanupTom Christie
2012-02-17Merge git://github.com/sebpiq/django-rest-framework into developTom Christie
2012-02-14merged with trunkSébastien Piquemal
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + ↵Sébastien Piquemal
renamed ErrorResponse to ImmediateResponse
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
Previously, URLObject.add_query_param was used to generate next/previous page links in PaginatorMixin. This resulted in (for example) page 2's "next" link having the params: ?page=2&page=3 Instead, URLObject.set_query_param should be used to replace the current value of the "page" parameter.
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-02-02merged with trunk's masterSébastien Piquemal
2012-01-29Use named args in mixin tests.Tom Christie
2012-01-25Refactoring get_name/get_descriptionTom Christie
2012-01-25Merge remote-tracking branch 'btimby/description'Tom Christie
2012-01-24Merge pull request #144 from btimby/masterTom Christie
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies
2012-01-24Modified test case to pass regardless of JSON libraryBen Timby
2012-01-24Modified test case to pass regardless of JSON libraryBen Timby
2012-01-24corrected request exampleSébastien Piquemal
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-23Fix for testcase test_with_content_type_argsBen Timby
2012-01-23Docstring tidy upTom Christie
2012-01-22Fix tests to work on all supported configurations.Tom Christie
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available ↵Sébastien Piquemal
directly on the request - see #128
2012-01-21Merge https://github.com/mjumbewu/django-rest-frameworkTom Christie