~netlandish/django-pagination

a92e38842bc87e9dacbd993dda8123ee612128dd — Carl Meyer 14 years ago ed2e186
fix spurious None
1 files changed, 1 insertions(+), 1 deletions(-)

M pagination/templatetags/pagination_tags.py
M pagination/templatetags/pagination_tags.py => pagination/templatetags/pagination_tags.py +1 -1
@@ 104,7 104,7 @@ class AutoPaginateNode(template.Node):
        context['page_obj'] = page_obj
        return u''

def paginate(context, window=DEFAULT_WINDOW, hashtag=None):
def paginate(context, window=DEFAULT_WINDOW, hashtag=''):
    """
    Renders the ``pagination/pagination.html`` template, resulting in a
    Digg-like display of the available pages, given the current page.  If there