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

Does this app work with Django 1.7? #41

Closed humitos closed 10 years ago

humitos commented 10 years ago

If not, is there a plan to port it to Django 1.7?

paulocheque commented 10 years ago

I believe it will work out of the box, according to the updates: https://docs.djangoproject.com/en/dev/releases/1.7/

But we need to test it.

paulocheque commented 10 years ago

Good news: https://travis-ci.org/paulocheque/django-dynamic-fixture/

paulocheque commented 10 years ago

Django 1.8.0 has an official support for Django 1.7. Best,