You probably need to create an admin action; the administrator can click on the items they want to mark as "read" and then select your custom action.
Docs: https://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ Plenty of examples in blogs ... On Monday, 6 February 2017 14:24:49 UTC+2, zHepHirotHz wrote: > > I need to create a flag(some boolean variable) to marked a list of content > on django admin site was already read. > I already create a flag but I've no idea how to automate change the value > when admin click on a list. > > someone have any idea how to deal with? > > > > <https://lh3.googleusercontent.com/-O2XBQh1Eiys/WJgHEf-JbOI/AAAAAAAAAP8/dS8IUh-oqt4HZzw-SoIKSrd_l4rxkws3wCLcB/s1600/Screenshot%2Bfrom%2B2017-02-06%2B12-17-12.png> > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8070e23c-486a-4540-b906-dd95091f325d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

