Raising a 404 error from a Class Based View in Django
Sometimes you may wish to raise a 404 in the middle of a class based view. Perhaps you determine in the middle of get_context_data() that you don’t want this user accessing the object for some reason. Consider a horse stable,… Read More »Raising a 404 error from a Class Based View in Django