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 MPTTModelAdmin integration. Committed docstring changes for get_with_path.
[philo.git]
/
admin
/
nodes.py
diff --git
a/admin/nodes.py
b/admin/nodes.py
index
093537e
..
45a3172
100644
(file)
--- a/
admin/nodes.py
+++ b/
admin/nodes.py
@@
-1,9
+1,9
@@
from django.contrib import admin
from django.contrib import admin
-from philo.admin.base import EntityAdmin
+from philo.admin.base import EntityAdmin
, TreeEntityAdmin
from philo.models import Node, Redirect, File
from philo.models import Node, Redirect, File
-class NodeAdmin(EntityAdmin):
+class NodeAdmin(
Tree
EntityAdmin):
pass
pass