Updated REST framework 2 roadmap (markdown)

tomchristie 2013-03-13 13:42:21 -07:00
parent 43f331604b
commit fa90db13f9

@ -27,9 +27,9 @@ The following are the major features I'd like to see added to the framework.
Currently being tackled by @maspwr. See [#536], and related tickets. This is a tough one. I reckon we could probably split of some parts of this if anyone also wants to work on it. (Eg. at some point we'll need to think about complex stuff like how we deal with rendering serializers as nested HTML forms.)
### OAuth.
### ~~OAuth.~~
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].
~~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.