abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
83 stars 31 forks source link

Download view won't work on postgresql #25

Closed loop0 closed 4 years ago

loop0 commented 4 years ago

The download view returns wrong content if the system is running over postgresql (and possibly other databases as well).

The django issue is this one: https://code.djangoproject.com/ticket/27813

I have a PR open that fixes this issue on pyas2 side: https://github.com/abhishek-ram/django-pyas2/pull/23

loop0 commented 4 years ago

Closing as the fix was already merged