Skip to content

Could not displayed translated fields when I assign fields in ModelAdmin #38

@raccoonyy

Description

@raccoonyy

First of all I appreciate to make this lovely library.

Here is my question.

In default settings, I can see all translated fields.

2018-03-26 15 42 22

But when I assign fields in ModelAdmin like this.

class ProgramAdmin(admin.ModelAdmin):
    model = Program

    fields = ('title', ...)

Then, just one field displayed like below.

2018-03-26 15 43 47

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions