From 009279ff417dcf6cece61319a0ab081667e92cf8 Mon Sep 17 00:00:00 2001 From: mjumbewu Date: Fri, 7 Sep 2012 12:54:45 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 7d1cf75..f4d01e7 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -73,7 +73,7 @@ REST framework should now support object level permissions. (See `SingleObjectB 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. -**I'll take a crack at this; I like my tests to pass. - @mjumbewu** +**So, now they pass on 1.4, but fail on 1.3 and trunk. That's more believable. - @mjumbewu** ## Great, let's get cracking then.