mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
Updated DjangoCon US 2012 Sprints (markdown)
parent
74a931b4ab
commit
5d0fcdaaae
|
@ -66,6 +66,10 @@ 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.
|
||||
|
||||
### Make the tests pass on travis CI
|
||||
|
||||
A lot of the tests are in a bit of a hacky state right now. I can live with that for the moment, but what's particularly awkward is that they pass for me locally, but not on [Travis CI][travis]. What gives? Make it work. Get cake and karma.
|
||||
|
||||
## 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.
|
||||
|
@ -75,3 +79,4 @@ I'm available on [twitter][twitter], and I'll be on the #djangocon channel on fr
|
|||
[branch]: https://github.com/tomchristie/django-rest-framework/tree/restframework2
|
||||
[docs]: http://tomchristie.github.com/django-rest-framework
|
||||
[twitter]: https://twitter.com/_tomchristie
|
||||
[travis]: http://travis-ci.org/#!/tomchristie/django-rest-framework/builds
|
Loading…
Reference in New Issue
Block a user