X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/9c6f7a4f5ddd6758197a552bbc689868cf99054c..7d18b96f262a1ff07083f874f9c55d64eab85039:/admin/nodes.py diff --git a/admin/nodes.py b/admin/nodes.py index dc5ca60..fdfbc02 100644 --- a/admin/nodes.py +++ b/admin/nodes.py @@ -5,6 +5,11 @@ from philo.models import Node, Redirect, File class NodeAdmin(TreeEntityAdmin): list_display = ('slug', 'view', 'accepts_subpath') + related_field_lookups = { + 'fk': [], + 'm2m': [], + 'generic': [['view_content_type', 'view_object_id']] + } def accepts_subpath(self, obj): return obj.accepts_subpath