git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'optimization' into develop
[philo.git]
/
philo
/
exceptions.py
diff --git
a/philo/exceptions.py
b/philo/exceptions.py
index
9a8908e
..
9f908c0
100644
(file)
--- a/
philo/exceptions.py
+++ b/
philo/exceptions.py
@@
-6,15
+6,15
@@
MIDDLEWARE_NOT_CONFIGURED = ImproperlyConfigured("""Philo requires the RequestNo
class ViewDoesNotProvideSubpaths(Exception):
class ViewDoesNotProvideSubpaths(Exception):
- """Raised by :meth:`
View.reverse` when the View
does not provide subpaths (the default)."""
+ """Raised by :meth:`
.View.reverse` when the :class:`.View`
does not provide subpaths (the default)."""
silent_variable_failure = True
class ViewCanNotProvideSubpath(Exception):
silent_variable_failure = True
class ViewCanNotProvideSubpath(Exception):
- """Raised by :meth:`
View.reverse` when the :class:`
View` can not provide a subpath for the supplied arguments."""
+ """Raised by :meth:`
.View.reverse` when the :class:`.
View` can not provide a subpath for the supplied arguments."""
silent_variable_failure = True
class AncestorDoesNotExist(Exception):
silent_variable_failure = True
class AncestorDoesNotExist(Exception):
- """Raised by :meth:`
TreeModel
.get_path` if the root instance is not an ancestor of the current instance."""
+ """Raised by :meth:`
.TreeEntity
.get_path` if the root instance is not an ancestor of the current instance."""
pass
\ No newline at end of file
pass
\ No newline at end of file