mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Updated REST framework 2 roadmap (markdown)
parent
fa90db13f9
commit
06abe6a1c0
|
@ -31,17 +31,17 @@ Currently being tackled by @maspwr. See [#536], and related tickets. This is a
|
|||
|
||||
~~Speaks for itself. This really shouldn't be hard, just needs a little legwork - someone needs to make the time to get it done, tested and nicely documented. See [#8].~~ Completed by @dulaccc and @swistakm.
|
||||
|
||||
### RawFileUpload parser.
|
||||
### ~~RawFileUpload parser.~~
|
||||
|
||||
Not sure if this should be a milestone or not, but feels like a really nice feature to me. See [#7] for details. (Yes it really is that old.)
|
||||
~~Not sure if this should be a milestone or not, but feels like a really nice feature to me. See [#7] for details. (Yes it really is that old.)~~ Completed by @wronglink
|
||||
|
||||
### HTMLFormRenderer.
|
||||
|
||||
Support for rendering serializers directly into HTML. Kind of supported via the browseable API, but it'd be nice to be able to directly render them into an HTML form, without the convert-to-a-Form-object-first approach that's currently used. Shouldn't be tricky, and would be rather nice. See [#310].
|
||||
|
||||
### Resources & routers.
|
||||
### ~~Resources & routers.~~
|
||||
|
||||
See [resources-routers] branch. Automatic URL routing and resource registering, as per Rails, Tastypie & Dagny. The design work is basically done, so if anyone wants to pick this up we can work on it together. Will require a bit of code and a big chunk of documentation, plus an extra section in the tutorial. This has been put off a couple of times in the past as I wasn't happy with the fundamentals, but I think there's a really nice design now, and I think I'd be happy for it to go it.
|
||||
~~See [resources-routers] branch. Automatic URL routing and resource registering, as per Rails, Tastypie & Dagny. The design work is basically done, so if anyone wants to pick this up we can work on it together. Will require a bit of code and a big chunk of documentation, plus an extra section in the tutorial. This has been put off a couple of times in the past as I wasn't happy with the fundamentals, but I think there's a really nice design now, and I think I'd be happy for it to go it.~~ Completed by @tomchristie (Now called ViewSets and Routers)
|
||||
|
||||
### GET forms in browseable API.
|
||||
|
||||
|
@ -54,7 +54,7 @@ For example:
|
|||
* ~~Proper authenticate responses~~ **Done**
|
||||
* ~~CSV Support~~ **Done**
|
||||
* ~~Digest authentication~~ **Done**
|
||||
* Bulk updates
|
||||
* ~~Bulk updates~~ **Done**
|
||||
* ~~Send raw data in browseable API~~ **Done**
|
||||
* Pre-emptive ETag / Last modified support
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user