berinhard/model_mommy

Release new version supporting Django 2.0

Eagllus opened this issue · 7 comments

Hi quick question,

With the release of Django 2.0 the remote_field.to function has been deprecated.
I noticed in mommy.py#L390 that you already fixed the problem.

So my request is can you create a new version?

+1

Hey guys, I'm planning this relase as soon as possible, but I just want to configure tox to run the tests with Django 2.0 and also look deeper to check if #344 is an issue indeed.

I've created #346 task to address the tox thing and it would be amazing if I could get some help on it.

Thanks!

I created a pull request to have the tests run with Django 2.0 #347

I've already merged @Eagllus PR and we're good to go for a new release. I'm a little bit busy today, bur I really want to make it this weekend. I'll let you know as soon as I release it.

Been using master on Django 2.0, works great no issues so far.