| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-25 | Django 1.5 breaks test client form encoding | Tom Christie | |
| 2012-08-24 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2012-07-02 | Patch to enable Accept headers in Internet Explorer when an Ajax Library on ↵ | Adam Ness | |
| the client (i.e. jQuery) is sending an XMLHttpRequest | |||
| 2012-02-23 | Test 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-23 | Cleanup of reverse docs | Tom Christie | |
| 2012-02-23 | Remove InstanceMixin auto-url magicks. | Tom Christie | |
| 2012-02-23 | reverse takes request as a kwarg for compatibility with django's reverse | Tom Christie | |
| 2012-02-21 | Remove staticviews. Use standard login/logout | Tom Christie | |
| 2012-02-21 | reverse gets it's own module | Tom Christie | |
| 2012-02-21 | Pass the request object to `reverse' in the reverse tests | Daniel Izquierdo | |
| 2012-02-21 | Move the new `reverse' function from urlresolvers to utils | Daniel Izquierdo | |
| 2012-02-21 | Test the custom reverse() function instead of the one provided by Django | Daniel Izquierdo | |
| 2012-02-14 | Delete robots.txt, favicon.ico views; Move style to a new static namespace | Paul Oswald | |
| 2012-02-07 | Ensure duplicate "page" parameters are not created | Jamie 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-01-29 | Use named args in mixin tests. | Tom Christie | |
| 2012-01-25 | Refactoring get_name/get_description | Tom Christie | |
| 2012-01-25 | Merge remote-tracking branch 'btimby/description' | Tom Christie | |
| 2012-01-24 | Merge pull request #144 from btimby/master | Tom Christie | |
| Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies | |||
| 2012-01-24 | Modified test case to pass regardless of JSON library | Ben Timby | |
| 2012-01-24 | Modified test case to pass regardless of JSON library | Ben Timby | |
| 2012-01-23 | Refactored get_name()/get_description() | Ben Timby | |
| 2012-01-23 | Fix for testcase test_with_content_type_args | Ben Timby | |
| 2012-01-23 | Docstring tidy up | Tom Christie | |
| 2012-01-22 | Fix tests to work on all supported configurations. | Tom Christie | |
| 2012-01-21 | Merge https://github.com/mjumbewu/django-rest-framework | Tom Christie | |
| 2012-01-21 | Drop short status codes. | Tom Christie | |
| 2012-01-21 | Add test for PUT with session auth+csrf | Tom Christie | |
| 2012-01-20 | Add a get_object method to the ModelMixin, and tests | Mjumbe Wawatu Poe | |
| 2012-01-19 | Merge pull request #130 from flashingpumpkin/master | Tom Christie | |
| Added an additional attribute `unknown_form_fields` to `FormResource` | |||
| 2012-01-19 | Renamed `unknown_form_fields` to `allow_unknown_form_fields` | Alen Mujezinovic | |
| 2012-01-18 | Docstring/whitespace fixes. | Ben Timby | |
| 2012-01-17 | Added 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-13 | py25, py26 along with Django12 can't handle assertDictEqual (it was introduced | Marko Tibold | |
| in py27) | |||
| 2012-01-13 | Got rid of more duplicate tests and put back the tests for #122. | Marko Tibold | |
| 2012-01-13 | split renderer and parser complex data test case | Michele Lazzeri | |
| 2012-01-12 | add testcate XMLRendererTestCase.test_render_and_parse_complex_data | Michele Lazzeri | |
| 2012-01-11 | Added test_ugettext_lazy test. Refs #87. | Tom Christie | |
| 2012-01-11 | Made suggested cleanups. Refs #121. | Tom Christie | |
| 2012-01-11 | Merge pull request #121 from sebpiq/issue-73 | Tom Christie | |
| Fixes #73. Thanks @sebpiq, @ekohl! | |||
| 2012-01-11 | Merge https://github.com/dzen/django-rest-framework | Tom Christie | |
| 2012-01-11 | fixes #122 | Marko Tibold | |
| tahanks @remcogerlich | |||
| 2012-01-10 | fixed issue#73 and added a test | Sébastien Piquemal | |
| 2012-01-10 | Add test for final() method | Benoit C | |
| 2012-01-05 | Preserve existing query params in PaginatorMixin | Jamie Matthews | |
| Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107 | |||
| 2012-01-04 | We can now use @unittests.skip | Marko Tibold | |
| 2011-12-30 | Replace field-errors with field_errors | Tom Christie | |
| 2011-12-29 | whitespace fixes | Tom Christie | |
| 2011-12-29 | Add JSONP. Fixes #82 | Tom Christie | |
| 2011-12-21 | Fixes #94 | Marko Tibold | |
| Modified alazaro's commit sot that both markdown < 2.1 and >= 2.1 are supported The test checks if either matches the old or the new style. | |||
| 2011-12-14 | Fixed test broken by markdown update | alazaro | |
| Removed unused code. No longer needed with markdown 2.1.0. | |||
