mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 18:44:00 +03:00
Updated DjangoCon US 2012 Sprints (markdown)
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**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user