jpwatts / django-positions

A Django field for custom model ordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 support

clovis1122 opened this issue · comments

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.

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

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

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.