djangopackages-zz / djangopackages

Django Packages - a place to review Django apps, frameworks, and projects.
http://djangopackages.com
MIT License
53 stars 40 forks source link

Feature/pypi version in api #50

Closed ojii closed 13 years ago

ojii commented 13 years ago

Since pypi version is no longer stored on Package, it's not exposed on the API anymore. So I added it using a API Field again on the resource.

pydanny commented 13 years ago

I like how you called the pypi_version property that I had created to replace the old pypi model attribute. This is why I love Python!