Skip to content

How to present flags in django admin list view ( flags which are active ) #101

Description

@maharshi-trendlyne

I have a model with BitField like this:

class MyModel(models.Model):
        notifications = BitField(flags=('facebook', 'phone', 'gmail'))

Say facebook, gmail are active, then in list view(django-admin) want those flag label comma separated.

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