﻿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
6075	max_num, etc. for inline models in newforms-admin	Yves Serrano	Brian Rosner	"The max_num feature is missing in the newforms-admin branch. When you add max_num to your Child_Inline max_num doesn't do anything.
{{{
from django.contrib import admin 
class Child_Inline(admin.TabularInline): 
    model = Child 
    extra = 3 
    max_num = 5
}}}

I looked at the code in {{{ django/contrib/admin/options.py }}} and it seems that there is no max_num feature there. 

I added a patch with the missing functionality. I'm not sure if it's the best way to do it, especially the line with apply in it. 

"		closed	contrib.admin	newforms-admin		fixed	nfa-blocker	densetsu.no.ero.sennin@… brooks.travis@…	Accepted	1	1	1	1	0	0
