aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
2012-01-21More consistent comment style.Tom Christie
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-21get_ordering/get_queryset refactoringTom 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-20Update the admin static files to handle the latest version of adminMjumbe Wawatu Poe
2012-01-19Merge pull request #130 from flashingpumpkin/masterTom Christie
2012-01-19Turns out it was `self.fields`Alen Mujezinovic
2012-01-19Added get_queryset method to ListModelMixin.Chris Pickett
2012-01-19Renamed `unknown_form_fields` to `allow_unknown_form_fields`Alen Mujezinovic
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-17Documentation error.Alen Mujezinovic
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-12correct complex data xml parsingMichele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11Revert "update author"Michele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11Revert "update author"Michele Lazzeri
2012-01-11update authorMichele Lazzeri
2012-01-11Replace 'x.has_key(y)' with 'y in x'Tom Christie
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-11Remove explicit handling of 'OPTIONS' method, just raise the response, rather...Tom Christie
2012-01-11Some minor tidy upTom Christie
2012-01-11Merge https://github.com/dzen/django-rest-frameworkTom Christie
2012-01-11Minor cleanup on ModelMixinTom Christie
2012-01-11Merge https://github.com/sebzur/django-rest-frameworkTom Christie
2012-01-11Refactor add_query_param to use URLObject. Refs #112.Tom Christie
2012-01-11Replace tab with spaces.Tom Christie
2012-01-11Use safe_dump. Fixes #123.Tom Christie
2012-01-11fixes #122Marko Tibold
2012-01-10QueryMixin to ModelMixin rename.Sebastian Żurek
2012-01-10fixed issue#73 and added a testSébastien Piquemal
2012-01-10Add test for final() methodBenoit C
2012-01-10Introduce a final methods in View classBenoit C
2012-01-09Make a nested if flatEwoud Kohl van Wijngaarden
2012-01-08QueryMixin class updates (comments + docs and the definition of get_instance_...Sebastian Żurek
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
2012-01-04Don't raise when in compat mode, just pass.Marko Tibold
2012-01-04Fix indentationMarko Tibold
2012-01-04We can now use @unittests.skipMarko Tibold