d1_python icon indicating copy to clipboard operation
d1_python copied to clipboard

Django render_to_response fix is not in pypi 3.5.2 package

Open srstsavage opened this issue 1 year ago • 0 comments

The following commit fixed the removed Django render_to_response command:

https://github.com/DataONEorg/d1_python/commit/b7d36e677cf04ebba7ba418d10f3b8e3a0a05ca7

It's included in git tag 3.5.2, but this change is not present in the 3.5.2 dataone.gmn package published on pypi.

I'm working around this for now by installing the pip package via git using git+https://github.com/DataONEorg/[email protected]#subdirectory=gmn/src, but if it's easy to push an updated pypi package that would probably make sense.

srstsavage avatar Sep 16 '24 07:09 srstsavage