FactoryBoy / django-factory_boy

Uses factory_boy to supply test data factory classes for all stock Django models.
32 stars 18 forks source link

Release 1.1.0 ? #6

Open ThibaultLemaire opened 5 years ago

ThibaultLemaire commented 5 years ago

Hi,

Will you release the current master ? (as 1.1.0 or anything else)

We have enabled timezones in our Django project and are seeing naive datetime warnings when building User fixtures.

I see this was fixed in #4 but never released.

estyxx commented 4 years ago

Hey,

Any updates about this project?

@rbarrois think is an interesting project, models like User are the basic of Django, should be great to have some factories already build and integrate factory-boy I could contribute a little bit I think... :) Let me know if you are accepting PR tnks