[Django]-Best Practice to get related values in django without DoesNotExist error 15 December 2023 by thecoderscamp.com 10👍 ✅ You can also avoid the error by using Post.objects.filter(blog__author='John') 👤Ben James [Django]-How to redirect to a newly created object in Django without a Generic View's post_save_redirect argument Source:stackexchange.com