VingtCinq / django-factory-generator

Generate (factory_boy) Model Factory for each model of your Django app
MIT License
13 stars 7 forks source link

fix has_choices property for Django 3.0 #1

Closed gamabounty closed 4 years ago

gamabounty commented 4 years ago

Attribute choices value is None if non-existent since Django 3.0 (empty array before) Avoid error : TypeError: object of type 'NoneType' has no len()