Soaa- / django-nested-inlines

Adds nested inline support in Django admin
91 stars 80 forks source link

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

Open hellsgate1001 opened 11 years ago

hellsgate1001 commented 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.

jelenak commented 10 years ago

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