Updated REST framework 2 roadmap (markdown)

Tom Christie 2013-12-05 01:24:27 -08:00
parent 2090477b72
commit f60a323537

@ -82,7 +82,7 @@ Proper caching support has been discussed and @ghickman has had a first stab at
In the interests of pushing forward the state APIs, and promoting hypermedia approaches I'd strongly consider including renderers for the `HAL` and `DocJSON` hypermedia types as a baseline, with other hypermedia types aimed as third party packages. One thing that'd probably need to happen here would be for `reverse` to return a `hyperlink` type object instead of a raw string, so that hypermedia renderers can treat links appropriately.
### Pagination API overhaul
### Pagination API overhaul.
Using serializers for the pagination API is unnecessarily complex, and also doesn't allow us to easily use other pagination styles such as header based pagination links. Ideally we'd introduce a new pagination API, and include a few different default styles.