magopian / django-data-exports

Model data exports for Django
http://django-data-exports.rtfd.org
BSD 3-Clause "New" or "Revised" License
39 stars 12 forks source link

Enable django 1.7+ migrations to avoid issue #12 #13

Open Christophe31 opened 9 years ago

Christophe31 commented 9 years ago

hoo, tests don't seems to run on the issue referenced commit…

Christophe31 commented 9 years ago

up.

magopian commented 9 years ago

Thanks for this!

I think it's missing a few things: 1/ the south app should be removed from https://github.com/magopian/django-data-exports/blob/master/data_exports/settings.py#L11 2/ there's still a reference to a south command in the https://github.com/magopian/django-data-exports/blob/a73db486779d93046ad89c5bf582ff8ae869120f/README.rst on line 50

This is looking good, thanks for your work.

Christophe31 commented 9 years ago

South 1.0+ still works for django 1.7- … settings and doc should differ depending on the django version…

magopian commented 9 years ago

Are, you're right ;)

Could you please slightly amend the doc to talk about the two cases (django 1.7- and south, or django 1.8+)?

Thanks!