| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-09-17 | Tweak docs, fix .error_data -> .errors | Tom Christie | |
| 2012-09-08 | `error_data` -> `errors` | Marko Tibold | |
| Prefill form for instance view. | |||
| 2012-09-07 | Fix method overloading | Tom Christie | |
| 2012-09-07 | Bits of cleanup | Tom Christie | |
| 2012-09-05 | Minor tweaks | Tom Christie | |
| 2012-09-04 | Bits of cleanup | Tom Christie | |
| 2012-09-03 | First pass at mixins & generic views | Tom Christie | |
| 2012-08-24 | Drop out resources & mixins | Tom Christie | |
| 2012-08-24 | Remove PermissionsMixin | Tom Christie | |
| 2012-08-24 | Remove RequestMixinx / ReponseMixin | Tom Christie | |
| 2012-04-11 | Merge work from sebpiq | Tom Christie | |
| 2012-02-25 | Massive merge | Tom Christie | |
| 2012-02-23 | authentication refactor : request.user + tests pass | Sébastien Piquemal | |
| 2012-02-21 | Merging master into develop | Tom Christie | |
| 2012-02-20 | Some cleanup | Tom Christie | |
| 2012-02-14 | merged with trunk | Sébastien Piquemal | |
| 2012-02-10 | attempt at fixing the examples | Sébastien Piquemal | |
| 2012-02-10 | made suggested fixes | Sébastien Piquemal | |
| 2012-02-07 | modified examples, somethin' still broken, can't find what | Sébastien Piquemal | |
| 2012-02-07 | some docs for Request/Response/mixins | Sébastien Piquemal | |
| 2012-02-07 | cleaned Request/Response/mixins to have similar interface | Sébastien Piquemal | |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + ↵ | Sébastien Piquemal | |
| renamed ErrorResponse to ImmediateResponse | |||
| 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-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal | |
| 2012-02-02 | merged with trunk's master | Sébastien Piquemal | |
| 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-24 | documentation for request module | Sébastien Piquemal | |
| 2012-01-22 | .DATA, .FILES, overloaded HTTP method, content type and content available ↵ | Sébastien Piquemal | |
| directly on the request - see #128 | |||
| 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. | |||
