django-nested-inlines icon indicating copy to clipboard operation
django-nested-inlines copied to clipboard

Bug fix: Admins extending NestedModelAdmin are not picking up custom for...

Open hellsgate1001 opened this issue 11 years ago • 1 comments

I noticed that subclasses of NestedModelAdmin were ignoring custom forms which had been set using 'form = MyForm' in the class definition. This change now allows custom forms to be used.

hellsgate1001 avatar Nov 07 '13 09:11 hellsgate1001

Please push this pull request. :) It's very usefull.

jelenak avatar Mar 24 '14 12:03 jelenak