Doh, this is what happens when I post before my second dose of
caffeine, there are no negative filters there is just the exclude
method, so the original thing should be:
blog = Blog.objects.get(pk=something)
entries = blog.entry_set.exclude(user=some_user)