﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18843	manage.py inspectdb raises TypeError for columns containing '%'	Andy Terra	nobody	"> python manage.py inspectdb --database=foo

class Foobar(models.Model):
TypeError: not enough arguments for format string

I've since inspected the database and spotted fields such as...

""PARTIC _(%)_PRÉ""
""Participação_de_Recarga_no_GROSS_(%)""

...which I believe are causing this error."	Bug	closed	Core (Management commands)	1.4	Normal	fixed	inspectdb, TypeError	shai@…	Accepted	0	0	0	0	0	0
