Tag Archives: django actions

Add new action in changelist in Django

Django ship a default action “Delete selected <objects>”, how can we add a new action? It is easy to do that. All you need to do are in admin.py where the model admins are registered. First write your action handler … Continue reading

Posted in Django | Tagged , | 3 Comments