paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
390 stars 67 forks source link

Django 1.9 support #74

Closed gregmuellegger closed 8 years ago

gregmuellegger commented 8 years ago

Adding support for Django 1.9.

Django 1.9 released yesterday. It would be nice if DDF could support it, however slight changes are required. Here is a patch to make the test suite run against Django 1.9

paulocheque commented 8 years ago

Amazing!

But the tests failed, could you trying fixing them? So I can merge your full PR?

gregmuellegger commented 8 years ago

Oops, should be fixed now. Let's wait for the tests to complete.

paulocheque commented 8 years ago

Great! Amazing!

gregmuellegger commented 8 years ago

Hey, is it possible to create a new release including the Django 1.9 support?

paulocheque commented 8 years ago

Released! Thanks a lot for the PR and sorry for the delay!

gregmuellegger commented 8 years ago

Awesome!