Open hellsgate1001 opened 11 years ago
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.
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.