gregmuellegger / django-autofixture

Can create auto-generated test data.
BSD 3-Clause "New" or "Revised" License
460 stars 118 forks source link

could we add Point fields into django-autofixture ? #89

Closed karimamer closed 7 years ago

karimamer commented 8 years ago

geodjango allows you to define point fields it will be great to be able to generate data with them with auto fixtures. thank you for your this App

gregmuellegger commented 8 years ago

Yep, having support for geodjango fields would be cool. I won't be able to work on this myself anytime soon. Are you interested to work on a pull request for this?

karimamer commented 8 years ago

Yup

carlosmart626 commented 7 years ago

I've already added the support for Point Fields https://github.com/gregmuellegger/django-autofixture/pull/97

gregmuellegger commented 7 years ago

Thanks @CarlosMart626, sorry that I didn't see your PR earlier. I just added a review for it.