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

Updates Django when installing with pip

akaihola opened this issue · comments

I have an old project which uses Django 1.4 and won't work with 1.5. If I add django-tablib to the project using pip install django-tablib, it automatically updates Django to version 1.5.1.