joshourisman / django-tablib

django-tablib is a helper library for Django that allows Django models to be used to generate tablib datasets with introspection of the fields on the models if no headers are provided. If headers are provided they can reference any attribute, fields, properties, or methods on the model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI page points to old version on Bitbucket

akaihola opened this issue · comments

On the django-tablib PyPI page, the "Home page" field points to the django-tablib page on Bitbucket.

The latest commit in the Bitbucket repository is for django-tablib 2.1.1 from Feb 2011, while the up-to-date repository is here on GitHub.

Fortunately the Bitbucket page does link to the GitHub repository in the "Website" field. It would still make sense to fix setup.py in the next release to point directly to GitHub.