django-nested-inline
django-nested-inline copied to clipboard
fixing no-name error with a save_as option
trafficstars
Options.module_name has been deprecated in favor of model_name. https://github.com/django-ordered-model/django-ordered-model/issues/30
Therefore, in admin.py (django-nested-inline==0.4.4), the following fix should be needed to avoid a no-name error during the admin option of "save_as".
line 290 [OLD] opts.module_name
[FIXED] opts.model_name