Updated DjangoCon US 2012 Sprints (markdown)

mjumbewu 2012-09-08 16:32:12 -07:00
parent e8e8c60abc
commit d5b7e45e5a

@ -71,7 +71,7 @@ I think the base ModelResource will probably need to be composed of `APIView` Dj
> Maybe instead it can just be derived from `object`, and act as a mixin itself. Then, the routers would just construct classes that derive from the appropriate mixins as needed. I'm gonna try that approach out. - @mjumbewu > Maybe instead it can just be derived from `object`, and act as a mixin itself. Then, the routers would just construct classes that derive from the appropriate mixins as needed. I'm gonna try that approach out. - @mjumbewu
[Pull request](https://github.com/tomchristie/django-rest-framework/pull/254) - @mjumbewu **[Pull request](https://github.com/tomchristie/django-rest-framework/pull/254) - @mjumbewu**
### Test out object-level permissions. ### Test out object-level permissions.