﻿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
9030	GenericInlineModelAdmin ignores max_num	m.trescher@…	nobody	"InlineModelAdmin takes the argument ""max_num"", but GenericInlineModelAdmin ignores this argument. 

just add follwoing line in django/trunk/django/contrib/contenttypes/generic.py :
{{{
 	            ""max_num"": self.max_num,
}}}
between line 370 and 380.

is it right that a single-line patch doesn't need a patch file?
"		closed	Contrib apps	1.0		duplicate	inline, generic		Accepted	0	0	0	0	0	0
