Removed print statement in template tag.
Increased version to 1.0.7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -24,5 +24,4 @@ def render_list_items(context, list_objects):
|
||||
|
||||
@register.inclusion_tag('adminsortable/shared/object_rep.html', takes_context=True)
|
||||
def render_object_rep(context, object):
|
||||
print object
|
||||
return {'object' : object}
|
||||
|
||||
Reference in New Issue
Block a user