parent
31f28d5b50
commit
8db3ad417b
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 0, 6, "f", 0) # following PEP 386
|
VERSION = (1, 0, 7, "f", 0) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,4 @@ def render_list_items(context, list_objects):
|
||||||
|
|
||||||
@register.inclusion_tag('adminsortable/shared/object_rep.html', takes_context=True)
|
@register.inclusion_tag('adminsortable/shared/object_rep.html', takes_context=True)
|
||||||
def render_object_rep(context, object):
|
def render_object_rep(context, object):
|
||||||
print object
|
|
||||||
return {'object' : object}
|
return {'object' : object}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue