Updated DjangoCon US 2012 Sprints (markdown)

mjumbewu 2012-09-08 16:18:02 -07:00
parent 1fc307966c
commit 3035586cae

@ -18,13 +18,13 @@ Some of the gaps that need filling in:
* ~~PUT/POST/DELETE aren't working in the Browseable API yet.~~ * ~~PUT/POST/DELETE aren't working in the Browseable API yet.~~
* @api_view decorator doesn't support browseable API yet. * @api_view decorator doesn't support browseable API yet.
* Bits of work to be done on serializers - 'readonly' fields, and hyperlinked relations. * Bits of work to be done on serializers - 'readonly' fields, and hyperlinked relations.
* Resources & routers (See part 6 of the tutorial.) * Resources & routers (See part 6 of the tutorial.) ([Pull request](https://github.com/tomchristie/django-rest-framework/pull/257))
* Some bits of tweaking needed around format suffixes '.json' * Some bits of tweaking needed around format suffixes '.json'
* Various sections missing from documentation. * Various sections missing from documentation.
* ~~Documentation bootstrap styling needs a bit of work. (Eg broken on mobile browsers right now)~~ * ~~Documentation bootstrap styling needs a bit of work. (Eg broken on mobile browsers right now)~~
* Browseable API could do with a twitter Bootstrap redesign. ([Pull request](https://github.com/tomchristie/django-rest-framework/pull/254)) * Browseable API could do with a twitter Bootstrap redesign. ([Pull request](https://github.com/tomchristie/django-rest-framework/pull/254))
* Needs a better and more comprehensive test suite. * Needs a better and more comprehensive test suite.
* Really could do with BasicTokenAuthentication (OAuth needed too, but that's secondary.) * ~~Really could do with BasicTokenAuthentication~~ (OAuth needed too, but that's secondary.)
## Okay, where should I start then? ## Okay, where should I start then?