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/corrected docstrings for custom model fields and EntityProxyFields (now renamed...
[philo.git]
/
philo
/
contrib
/
shipherd
/
models.py
diff --git
a/philo/contrib/shipherd/models.py
b/philo/contrib/shipherd/models.py
index
3ff5c44
..
a09f385
100644
(file)
--- a/
philo/contrib/shipherd/models.py
+++ b/
philo/contrib/shipherd/models.py
@@
-8,7
+8,6
@@
from django.db import models
from django.forms.models import model_to_dict
from philo.models import TreeEntity, Node, TreeManager, Entity, TargetURLModel
-from philo.validators import RedirectValidator
DEFAULT_NAVIGATION_DEPTH = 3