From b845a0edb6bb6f47887635db72b9ab2167dc0ce7 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Fri, 7 Sep 2012 04:10:00 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 5356084..653419d 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -65,5 +65,12 @@ I think the base ModelResource will probably need to be composed of `APIView` Dj REST framework should now support object level permissions. (See `SingleObjectBaseView.get_object()` in `generics.py`.) Using a view with `DjangoModelPermissions`, install `django-guardian` and see if you can get everything playing together nicely. If so, the Authentication documentation should be updated to reflect that. +## Great, let's get cracking then. + +I'm working from the UK, so 5 hours ahead of you folks. I should be around Friday and Saturday morning, something like 9.00am-1pm EDT. + +I'm available on [twitter][twitter], and I'll be on the #djangocon channel on freenode IRC. + [branch]: https://github.com/tomchristie/django-rest-framework/tree/restframework2 -[docs]: http://tomchristie.github.com/django-rest-framework \ No newline at end of file +[docs]: http://tomchristie.github.com/django-rest-framework +[twitter]: https://twitter.com/_tomchristie \ No newline at end of file