pivotal-energy-solutions / django-datatable-view

Server-side datatable representations for Django querysets for automatic rendering in templates
Apache License 2.0
347 stars 141 forks source link

pypi updates #251

Closed A4TIF closed 3 years ago

A4TIF commented 3 years ago

Hello, was wondering if you plan on doing pypi updates any time soon.

Also, would like to thank you all for this project, excellent work. I've been using this on a project, and very happy with the results so far. Right now, I've been testing with 2.1.4 and would love to install it with pip instead of git@ tag. Any particular reason why you're holding it off?

Thanks

rh0dium commented 3 years ago

None I'm Lazy. I'll try and knock this out over the next week or so.

rh0dium commented 3 years ago

Done!

A4TIF commented 3 years ago

Doesn't seem to work for me though:

pip install django-datatable-view==2.1.4

ERROR: Could not find a version that satisfies the requirement django-datatable-view==2.1.4 (from versions: 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.6, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0)

ERROR: No matching distribution found for django-datatable-view==2.1.6

Env: pip --version 21.1.3 python 3.7