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

G() doesn't set data #49

Closed variable closed 10 years ago

variable commented 10 years ago
account = G(Account, bank_account='12-3109-0024210-000')
print account.bank_account, 111111111

prints 111111111

using Django 1.7

paulocheque commented 10 years ago

All tests passed in Django 1.7. Could you send us the model and fields so we can reproduce the problem?

https://travis-ci.org/paulocheque/django-dynamic-fixture/jobs/35668076

paulocheque commented 10 years ago

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