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?
