Skip to content

meta.module_name should be meta.model_name for Django 1.8+ #324

Closed
@optroodt

Description

admin.py still uses meta.module_name in TranslatableInlineModelAdmin, which has been removed in Django 1.8 (https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-8)

It should be meta.model_name

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions