django-tus icon indicating copy to clipboard operation
django-tus copied to clipboard

More information on "tus_upload_finished_signal"

Open felocru opened this issue 7 years ago • 1 comments

  • django-tus version: 1.0.0
  • Django version: 1.10.6
  • Python version: 3.6
  • Operating System: Xenial (Ubuntu)

Description

I there a way to get the "request" from the signals? I need to know that user sent.

felocru avatar May 11 '17 20:05 felocru

Hello,

actually its not possible because the request is not passed to the signal. But its just one line of code and i will add and test it. I have actually no time but if you want to try it, just add to the tus_upload_finished_signal.send method in the 253. line on views.py. if its working than make a pull request

alican avatar May 18 '17 13:05 alican