﻿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
22025	"TypeError in the dumpdata command when listing ""app app.Model"""	eliben@…	nobody	"When running:

{{{

$ python manage.py dumpdata  blogapp blogapp.Tag

}}}

I get:

{{{

Traceback (most recent call last):
  File ""manage.py"", line 10, in <module>
    execute_from_command_line(sys.argv)
  ...
  ...
TypeError: argument of type 'NoneType' is not iterable

}}}

A fix is in this pull request: https://github.com/django/django/pull/2262
"	Bug	closed	Core (Management commands)	dev	Normal	fixed			Accepted	1	0	1	0	0	0
