Exceptions

philo.exceptions.MIDDLEWARE_NOT_CONFIGURED

Raised if request.node is required but not present. For example, this can be raised by philo.views.node_view(). MIDDLEWARE_NOT_CONFIGURED is an instance of django.core.exceptions.ImproperlyConfigured.

exception philo.exceptions.ViewDoesNotProvideSubpaths

Raised by View.reverse() when the View does not provide subpaths (the default).

exception philo.exceptions.ViewCanNotProvideSubpath

Raised by View.reverse() when the View can not provide a subpath for the supplied arguments.

exception philo.exceptions.AncestorDoesNotExist

Raised by TreeEntity.get_path() if the root instance is not an ancestor of the current instance.

Project Versions

Previous topic

Custom Fields

Next topic

Handling Requests

This Page