﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5465	Python 3: Home page error if more than a single page of media items	Ben Sturmfels		"I upgraded a MediaGoblin instance with more than 30 media items to Python 3.4 and got the following error when attempting to load the home page:

{{{
  File ""/home/ben/work/ws/mediagoblin/mediagoblin/tools/pagination.py"", line 110, in get_page_url_explicit
    base_url, urllib.urlencode(new_get_params))
AttributeError: 'module' object has no attribute 'urlencode'
}}}

Loads fine under Python 2, or with 30 or less media items on Python 3 (only one page).
"	defect	closed	major		programming	fixed	python3		
