joke2k / django-faker

Django-faker uses fake-factory to generate test data for Django models and templates
MIT License
245 stars 48 forks source link

Handling non standard fields with customFieldFormatters #3

Open kriestof opened 11 years ago

kriestof commented 11 years ago

With changing just a few lines of code it would be possible to handle custom fields with django-faker(for example PointField from gis).