Skip to content

baton_cl_rows_attributes #285

Answered by AlanL-django
AlanL-django asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the quick response. I had the wrong parameter names: I declared my method as
def baton_cl_rows_attributes(self, request, changelist):
instead of
def baton_cl_rows_attributes(self, request, cl):

Working fine now with the correct parameter namss

I usually call with positional rather than named parameters in my own code because I am lazy; It looks llike you are not

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlanL-django
Comment options

Answer selected by AlanL-django
@AlanL-django
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants