Removed print statement in template tag.

Increased version to 1.0.7
master
Brandon Taylor 2011-09-14 23:07:24 -05:00
parent 31f28d5b50
commit 8db3ad417b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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}