git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added slug to the context for ajax searches.
[philo.git]
/
exceptions.py
diff --git
a/exceptions.py
b/exceptions.py
index
1e4b9d9
..
f53083d
100644
(file)
--- a/
exceptions.py
+++ b/
exceptions.py
@@
-5,12
+5,12
@@
MIDDLEWARE_NOT_CONFIGURED = ImproperlyConfigured("""Philo requires the RequestNo
class ViewDoesNotProvideSubpaths(Exception):
class ViewDoesNotProvideSubpaths(Exception):
- """ Raised by
get_subpath
when the View does not provide subpaths (the default). """
+ """ Raised by
View.reverse
when the View does not provide subpaths (the default). """
silent_variable_failure = True
class ViewCanNotProvideSubpath(Exception):
silent_variable_failure = True
class ViewCanNotProvideSubpath(Exception):
- """ Raised by
get_subpath when the View can not provide a subpath for the supplied object
. """
+ """ Raised by
View.reverse when the View can not provide a subpath for the supplied arguments
. """
silent_variable_failure = True
silent_variable_failure = True