| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2011-12-14 | Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵ | Tom Christie | |
| session authentication is being used | |||
| 2011-12-14 | Ensure that external projects do not need to add 'djangorestframework.tests' ↵ | Tom Christie | |
| to INSTALLED_APPS during testing. | |||
| 2011-12-12 | Drop unused import | Tom Christie | |
| 2011-12-12 | fix copy-paste typo. | Marko Tibold | |
| 2011-12-11 | fix merge | Craig Blaszczyk | |
| 2011-12-11 | add xml parser | Craig Blaszczyk | |
| 2011-12-09 | Add pagination. Thanks @devioustree! | Tom Christie | |
| 2011-12-09 | Merge pull request #62 from txels/master | Tom Christie | |
| HTTP OPTIONS support | |||
| 2011-12-09 | Drop tests that are broken, because the functionality isn't implemented. | Tom Christie | |
| Could be slightly nicer behavior about preserving .POST usability, but it's not there yet. These two test check for that but are currently broken. Leave them out for now. | |||
| 2011-07-30 | Added support for OPTIONS method, including a few unit tests | Carles Barrobés | |
| 2011-07-19 | Revert pagination stuff | Tom Christie | |
| This reverts commit d1af04969854433b56ddd002fbb35a956700c4c2. | |||
| 2011-07-19 | Added tests for pagination | Tom Drummond | |
| 2011-07-15 | More tests for overloaded json requests and normal json requests | Tom Drummond | |
| 2011-07-15 | Added more tests related to request.POST and request.DATA | Tom Drummond | |
| 2011-07-15 | Added tests to ensure you can access request.POST with ↵ | Tom Drummond | |
| UserLoggedInAuthentication | |||
| 2011-07-13 | Test for serialitation of dictionaries with keys that collide with | garciasolero | |
| dictionary method names | |||
| 2011-07-11 | typo in test | Tom Christie | |
| 2011-07-08 | remove hardcoded model._meta.many_to_many[0]; update mixin tests to test ↵ | Craig Blaszczyk | |
| with 0, 1, or multiple groups | |||
| 2011-07-08 | add unit tests which show m2m creation failing for through table | Craig Blaszczyk | |
| 2011-07-07 | Tests for CreateModelMixin (unit and integration test via ↵ | Fernando Zunino | |
| ListOrCreateModelView). | |||
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie | |
| 2011-06-30 | Tidy up oauth imports slightly | Tom Christie | |
| 2011-06-28 | Pull in David's initial oauth tests | Tom Christie | |
| 2011-06-26 | Allow .json .html .xml style urls and also allow these formats to be ↵ | Michael Fötsch | |
| specified in a "?format=..." query string. | |||
| 2011-06-25 | Adding tests for OAuth authentication through django-oauth-plus, a dedicated ↵ | David Larlet | |
| example project is still missing though | |||
| 2011-06-25 | Allow HEAD method | Tom Christie | |
| 2011-06-25 | Support for HEAD method | Carles Barrobés | |
| 2011-06-21 | Decimals are a protected_type - let's leave them up to the renderer to deal with | Tom Christie | |
| 2011-06-15 | Additional test for JSON | Tom Christie | |
| 2011-06-15 | Merge throttling and fix up a coupla things | Tom Christie | |
| 2011-06-15 | Allow related models to be fully serialized | Tom Christie | |
| 2011-06-14 | Support for nesting resources etc... | Tom Christie | |
| --HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py | |||
| 2011-06-14 | Bits of cleaning up for the throttling | Tom Christie | |
| 2011-06-13 | implemeneted #28 | markotibold | |
| 2011-06-12 | Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d | markotibold | |
| 2011-06-12 | Fix file uploads | Tom Christie | |
| 2011-06-11 | small fix | markotibold | |
| 2011-06-11 | refactored and added new tests for per-user, per-view, and per-resource ↵ | markotibold | |
| htrottling | |||
| 2011-06-11 | * fixed `test_request_throttling_is_per_user` - it didn't make a request for ↵ | markotibold | |
| the 2nd user * implemented per_resource_throttling + test needs refactoring | |||
| 2011-06-11 | implemented per user throttling | markotibold | |
| (commit to permissions.py fixes a bug that came out of the unittest) | |||
| 2011-06-10 | added some throttling tetst. Can't get per-user-throttling testing to work ↵ | markotibold | |
| though. :( any help? | |||
| 2011-06-10 | Drop test_fail() | Tom Christie | |
| 2011-06-09 | Returning the dict from `parse_qs` in `FormParser` fails on forms. | Alen Mujezinovic | |
| Use `QueryDict` instead to return a value that is compatible with forms. | |||
| 2011-06-08 | Nested tuples serialisation test | Alen Mujezinovic | |
| 2011-05-24 | Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵ | Tom Christie | |
| up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request() | |||
