django-debug-toolbar icon indicating copy to clipboard operation
django-debug-toolbar copied to clipboard

Add kparams to callproc

Open brycecaine opened this issue 6 years ago • 1 comments

I couldn't find an issue that requests this, so forgive me if there is one and I missed it.

Django's version of callproc supports a kparams keyword argument:

https://docs.djangoproject.com/en/2.2/topics/db/sql/#django.db.models.CursorWrapper.callproc

It would be awesome if django-debug-toolbar supported kparams as well:

https://github.com/jazzband/django-debug-toolbar/blob/master/debug_toolbar/panels/sql/tracking.py#L188

I might attempt a pull request if I had more time, but I wanted to at least start the conversation.

Thank you so much for an amazing tool! I love the insight django-debug-toolbar provides.

brycecaine avatar Jul 31 '19 13:07 brycecaine

Definitely makes sense.

matthiask avatar Aug 02 '19 12:08 matthiask

I think this is a duplicate of #907

matthiask avatar Jan 20 '23 19:01 matthiask