Closed KanHatakeyama closed 1 year ago
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
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