mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
Updated DjangoCon US 2012 Sprints (markdown)
parent
8153b0db4d
commit
b845a0edb6
|
@ -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.
|
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
|
[branch]: https://github.com/tomchristie/django-rest-framework/tree/restframework2
|
||||||
[docs]: http://tomchristie.github.com/django-rest-framework
|
[docs]: http://tomchristie.github.com/django-rest-framework
|
||||||
|
[twitter]: https://twitter.com/_tomchristie
|
Loading…
Reference in New Issue
Block a user