aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
AgeCommit message (Expand)Author
2012-08-25Django 1.5 breaks test client form encodingTom Christie
2012-08-24Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-07-02Patch to enable Accept headers in Internet Explorer when an Ajax Library on t...Adam Ness
2012-02-23Test for issue #178.Shawn Lewis
2012-02-23Cleanup of reverse docsTom Christie
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-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21reverse gets it's own moduleTom 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-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
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
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-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-21Merge https://github.com/mjumbewu/django-rest-frameworkTom Christie
2012-01-21Drop short status codes.Tom Christie
2012-01-21Add test for PUT with session auth+csrfTom Christie
2012-01-20Add a get_object method to the ModelMixin, and testsMjumbe Wawatu Poe
2012-01-19Merge pull request #130 from flashingpumpkin/masterTom Christie
2012-01-19Renamed `unknown_form_fields` to `allow_unknown_form_fields`Alen Mujezinovic
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-17Added an additional attribute `unknown_form_fields` to `FormResource`Alen Mujezinovic
2012-01-13py25, py26 along with Django12 can't handle assertDictEqual (it was introducedMarko Tibold
2012-01-13Got rid of more duplicate tests and put back the tests for #122.Marko Tibold
2012-01-13split renderer and parser complex data test caseMichele Lazzeri
2012-01-12add testcate XMLRendererTestCase.test_render_and_parse_complex_dataMichele Lazzeri
2012-01-11Added test_ugettext_lazy test. Refs #87.Tom Christie
2012-01-11Made suggested cleanups. Refs #121.Tom Christie
2012-01-11Merge pull request #121 from sebpiq/issue-73Tom Christie
2012-01-11Merge https://github.com/dzen/django-rest-frameworkTom Christie
2012-01-11fixes #122Marko Tibold
2012-01-10fixed issue#73 and added a testSébastien Piquemal
2012-01-10Add test for final() methodBenoit C
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
2012-01-04We can now use @unittests.skipMarko Tibold
2011-12-30Replace field-errors with field_errorsTom Christie
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-21Fixes #94Marko Tibold
2011-12-14Fixed test broken by markdown updatealazaro