django-nested-inlines
django-nested-inlines copied to clipboard
Bug fix: Admins extending NestedModelAdmin are not picking up custom for...
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.
Please push this pull request. :) It's very usefull.