| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-01 | Fix bitbucket issue 39. All further issues should be on github | Tom Christie | |
| 2011-07-01 | merge | Tom Christie | |
| 2011-07-01 | Fix #36 | Tom Christie | |
| 2011-07-01 | FIX: ModelViews can have Resources whose models have unique fields. | Fernando Zunino | |
| ReadModelMixin and UpdateModelMixin store model instance as a property. This allows ModelResource to bind the ModelForm using the model instance making the form validate the input data against the model instance and not a brand new instance. When the latter happened and the model used unique fields, the form validation failed whenever a PUT was maintaining the previuos value of the unique field. | |||
| 2011-06-30 | Tidy up oauth imports slightly | Tom Christie | |
| 2011-06-30 | merge from astraw | Tom Christie | |
| 2011-06-29 | return 400 BAD REQUEST rather than Django traceback/500 error on failed ↵ | Andrew Straw | |
| multipart parse | |||
| 2011-06-28 | Pull in David's initial oauth tests | Tom Christie | |
| 2011-06-27 | Remove erronous traceback | 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 | Try to be marginally less awful if we can't reverse resolve the URL for a ↵ | Tom Christie | |
| model. TODO: Give up on even trying to do such black magic in the first place? | |||
| 2011-06-25 | Urg. Fixed bug in assigning headers | Tom Christie | |
| 2011-06-25 | Typo in url | Tom Christie | |
| 2011-06-25 | Allow HEAD method | Tom Christie | |
| 2011-06-25 | Support for HEAD method | Carles Barrobés | |
| 2011-06-25 | Add version to html | Tom Christie | |
| 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 | Version 0.2.3 | 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-14 | Add PerViewThrottling and PerResourceThrottling to __all__ | Tom Christie | |
| 2011-06-14 | Add PerViewThrottling and PerResourceThrottling to __all__ | Tom Christie | |
| 2011-06-13 | deleted pre-Django 1.2 work-around and added a usage string. | markotibold | |
| 2011-06-13 | implemeneted #28 | markotibold | |
| 2011-06-13 | 0.2.2 release | Tom Christie | |
| 2011-06-12 | Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d | markotibold | |
| 2011-06-12 | Fix file uploads | Tom Christie | |
| 2011-06-11 | * implemented Tom's nice config string for the trotlle rate e.g. '3/sec' | markotibold | |
| * We now have per-user, per-view and per-resource throttling * Added a new exxception class as a convenience to detect pointless throttles * refactored | |||
| 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-11 | implemented testing of per user throttling | markotibold | |
| 2011-06-10 | added some throttling tetst. Can't get per-user-throttling testing to work ↵ | markotibold | |
| though. :( any help? | |||
| 2011-06-10 | made it possible to pass args to runtests to specify the Testcase, or more ↵ | markotibold | |
| specifically the mtest_method to run. | |||
| 2011-06-10 | Drop test_fail() | Tom Christie | |
| 2011-06-10 | `bound_form.cleaned_data` already returns the file data if there was any. | Alen Mujezinovic | |
| `bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor. | |||
| 2011-06-09 | Removed unused imports | Alen Mujezinovic | |
| 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-06-08 | Added possibility to specify what attributes of ForeignKeys and OneToOne ↵ | Alen Mujezinovic | |
| fields to include via nested tuples | |||
| 2011-06-07 | Update version for 0.2.0 bugfixes | Tom Christie | |
| 2011-06-07 | Typo. Authenticat<i>on | Tom Christie | |
| 2011-06-02 | Updating docs for 0.2 | Tom Christie | |
| 2011-06-02 | pull in -dev as 0.2.0 | Tom Christie | |
| 2011-06-02 | proper manifest. setup groks version from __init__ | Tom Christie | |
