jpwatts / django-positions

A Django field for custom model ordering.
BSD 3-Clause "New" or "Revised" License
284 stars 71 forks source link

Python3 support #64

Closed clovis1122 closed 5 years ago

clovis1122 commented 5 years ago

Hello!

On djangopackages this library is marked as not supporting Python3: https://djangopackages.org/packages/p/django-positions/

Wanted to check if there're plans to support Python3 in the future.

jpwatts commented 5 years ago

I'm no longer actively maintaining this package. @forrestp has done more recent maintenance and might be able to answer your question.

clovis1122 commented 5 years ago

@jpwatts, thanks for the reply. I'll wait for @forrestp to see if we can get this sorted.

forrestp commented 5 years ago

python3 and django2 support was added in v0.6.0 - not sure how to update this on djangopackages.

see travis for specific versions.

I'll add that I don't actively use this project anymore, and would recommend you consider django-ordered-model as an alternative if you aren't using django-positions already.