diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index e4fe54b..2bc56b7 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -18,13 +18,13 @@ Some of the gaps that need filling in: * ~~PUT/POST/DELETE aren't working in the 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. -* 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' * Various sections missing from documentation. * ~~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)) * 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?