Updated DjangoCon US 2012 Sprints (markdown)

tomchristie 2012-09-08 11:08:54 -07:00
parent 4fe49aaa05
commit d759e8d450

@ -75,9 +75,9 @@ 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.
### Make the tests pass on travis CI ### ~~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. ~~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.~~
**Green! https://github.com/tomchristie/django-rest-framework/pull/251 - @mjumbewu** **Green! https://github.com/tomchristie/django-rest-framework/pull/251 - @mjumbewu**