django-autofixture icon indicating copy to clipboard operation
django-autofixture copied to clipboard

Support for Django 1.10 and higher?

Open erayerdin opened this issue 7 years ago • 5 comments

My development environment depends on Django 1.10. Builtin tests does not cover anything for 1.10. Is it working on 1.10 or is there any plan to migrate to higher versions of Django?

erayerdin avatar May 08 '17 18:05 erayerdin

Using it on two projects with Django 1.10 and 1.11. No issues so far, but my usage is not incredibly advanced.

jamiecounsell avatar Nov 15 '17 05:11 jamiecounsell

Any updates on this ?

ArtemBernatskyy avatar Nov 22 '17 09:11 ArtemBernatskyy

I've issued this on May 8, received response from @jamiecounsell on November 15. It's been a long time and @jamiecounsell claims that it works. I haven't been using Django for a while, so you must trust his words on this.

erayerdin avatar Nov 23 '17 09:11 erayerdin

@erayerdin so then we need to update documentation about this )

ArtemBernatskyy avatar Nov 23 '17 10:11 ArtemBernatskyy

@ArtemBernatskyy I definitely think there should be test coverage added for 1.10 and 1.11 before it's added to the documentation. I've been using it just fine, but tox doesn't test 1.10 and 1.11. Maybe check out the repo and just add those versions to the tox.ini and see what breaks. That will at least give you an idea of any risks.

I'm still using it, untested, and it's been working fine. I'm not incredibly worried about tests breaking tests, so it's not a huge concern for me, but it should be simple enough to fix up any issues. Maybe I'll look into a PR if I run into any problems.

jamiecounsell avatar Nov 23 '17 18:11 jamiecounsell