From 5d0fcdaaae91e9197e48a27c6a16eb4951d05aac Mon Sep 17 00:00:00 2001 From: tomchristie Date: Fri, 7 Sep 2012 05:50:30 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 26a4482..0d81055 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -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. @@ -74,4 +78,5 @@ 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 \ No newline at end of file +[twitter]: https://twitter.com/_tomchristie +[travis]: http://travis-ci.org/#!/tomchristie/django-rest-framework/builds \ No newline at end of file