| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-02-01 | * -> ** | Camille Harang | |
| 2012-02-01 | Remove use of Q objects. | Tom Christie | |
| 2012-01-28 | Drop implicit 'pk' on last arg in urlconf. (Too magical). | Tom Christie | |
| 2012-01-21 | More consistent comment style. | Tom Christie | |
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie | |
| 2012-01-21 | get_ordering/get_queryset refactoring | Tom Christie | |
| 2012-01-20 | Add a get_object method to the ModelMixin, and tests | Mjumbe Wawatu Poe | |
| 2012-01-19 | Added 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-18 | Docstring/whitespace fixes. | Ben Timby | |
| 2012-01-11 | Replace 'x.has_key(y)' with 'y in x' | Tom Christie | |
| 2012-01-11 | Minor cleanup on ModelMixin | Tom Christie | |
| 2012-01-11 | Merge https://github.com/sebzur/django-rest-framework | Tom Christie | |
| 2012-01-10 | QueryMixin to ModelMixin rename. | Sebastian Żurek | |
| 2012-01-08 | QueryMixin class updates (comments + docs and the definition of ↵ | Sebastian Żurek | |
| get_instance_data method) | |||
| 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-03 | QueryMixin created + related mixins updates | Sebastian Żurek | |
| 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-07-31 | Removed rogue import for LimitBytes to fix issue #63 | Andrew McCloud | |
| 2011-07-30 | Added support for OPTIONS method, including a few unit tests | Carles Barrobés | |
| 2011-07-19 | Revert "Added pagination mixin. Need to write tests" | Tom Christie | |
| This reverts commit 1eb2dfcc3a84deb21aeae5a427cc8b11f578c00c. | |||
| 2011-07-19 | Revert "Now throws a 404 if page isn't an int" | Tom Christie | |
| This reverts commit ae059c78dad9424ce292217b473881037812104f. | |||
| 2011-07-19 | Now throws a 404 if page isn't an int | Tom Drummond | |
| 2011-07-19 | Added pagination mixin. Need to write tests | Tom Drummond | |
| 2011-07-11 | Merge pull request #46 from jakul/m2m_create_through | Tom Christie | |
| Update to existing pull request "Support for creating objects with m2m relationsM2m" | |||
| 2011-07-11 | Merge pull request #44 from fzunino/m2m_create | Tom Christie | |
| Support for creating objects with m2m relations | |||
| 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 | update mixin to work with m2m data using a through field, by storing the ↵ | Craig Blaszczyk | |
| name of the field and manually creating an object in the related table | |||
| 2011-07-06 | now cleans data from parameters used for overloads | Sébastien Piquemal | |
| 2011-07-05 | Support for creating objects with m2m relations | Fernando Zunino | |
| 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-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-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-05-27 | Allow .form specified on view. Allow get_form, put_form, post_form. Add ↵ | Tom Christie | |
| .PARAMS. | |||
| 2011-05-27 | forms/models can be set on the view as well as the resource | Tom Christie | |
| 2011-05-27 | forms/models can be set on the view as well as the resource | Tom Christie | |
| 2011-05-24 | tidy up last bits of renderer media type handling | Tom Christie | |
| 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() | |||
| 2011-05-24 | Allow views to return HttpResponses. Add initial() hook method | Tom Christie | |
| 2011-05-23 | name and description | Tom Christie | |
| 2011-05-19 | Merge in marko's doc markup | Tom Christie | |
| 2011-05-19 | data flattening needs to go into resource | Tom Christie | |
| 2011-05-18 | Most of the actual work so far has been markup really. | markotibold | |
| 2011-05-17 | Merge Marko's doc improvements. | Tom Christie | |
| 2011-05-16 | Fixing some of the last blocking issues | Tom Christie | |
| 2011-05-13 | Ensure there is always a resource attribute set | Tom Christie | |
| 2011-05-13 | Sorting out resources. Doing some crazy magic automatic url resolving ↵ | Tom Christie | |
| stuff. Yum. | |||
