crccheck / django-object-actions

A Django app for easily adding object tools in the Django admin
https://pypi.org/project/django-object-actions/
Apache License 2.0
680 stars 82 forks source link

why does get_change_actions return a reference to self.change_actions? #172

Closed jws closed 1 month ago

jws commented 1 month ago

why does get_change_actions return a reference to self.change_actions? is there an use case for such behavior?

crccheck commented 1 month ago

It's a copy of a standard pattern I've seen in Django