aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-28Thanks @michelelazzzeri-nextage, if you give your full name, it will be ↵Marko Tibold
listed here explicitly.
2012-01-27fixes #146Marko Tibold
rest.ep.io now runs tip.
2012-01-27Added get_renderers method to ResponseMixinAlen Mujezinovic
2012-01-25Refactoring get_name/get_descriptionTom Christie
2012-01-25Merge remote-tracking branch 'btimby/description'Tom Christie
2012-01-24No longer namelessTom Christie
2012-01-24Added @btimbyTom 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-24Cleanup authentication exampleTom Christie
2012-01-24Fix UserLoggedInAuthentication for POST requests.Tom Christie
Fixes #78.
2012-01-24Reverted formattingBen Timby
2012-01-24Parse url when adding query param.Tom Christie
2012-01-24Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-01-24Drop redundant comment.Tom Christie
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-22Update README.rstTom Christie
2012-01-22Fix tests to work on all supported configurations.Tom Christie
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-21Merge pull request #138 from mjumbewu/feature/admin_static_filesTom Christie
Support both staticfiles and ADMIN_MEDIA_PREFIX styles.
2012-01-21Fix .delete on object store example.Tom 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
Added an additional attribute `unknown_form_fields` to `FormResource`
2012-01-19Added @bunchesofdonald. Thanks!Tom Christie
2012-01-19Merge pull request #135 from bunchesofdonald/masterTom Christie
Add get_queryset method to ListModelMixin.
2012-01-19Turns out it was `self.fields`Alen Mujezinovic
2012-01-19Added get_queryset method to ListModelMixin.Chris Pickett
This can be easily re-implemented in a view, to allow the user to take such things as request.user into account when creating the queryset.
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
If the attribute is set to `True`, the validation method will not raise an `ErrorResponse` with status 400 but silently strip out unexpected fields on the form and only return the validated data.
2012-01-13py25, py26 along with Django12 can't handle assertDictEqual (it was introducedMarko Tibold
in py27)
2012-01-13Got rid of more duplicate tests and put back the tests for #122.Marko Tibold
2012-01-13Merge pull request #125 from michelelazzeri-nextage/masterMarko Tibold
application/xml parser fully compatible with application/xml render
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
This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4.
2012-01-11recursive xml parsingMichele Lazzeri