Open ramwin opened 12 months ago
@rvinzent Could you review this pull request?
@ramwin Thanks for the contribution! Can we also address this lint failure?
HINT: Configure the DEFAULT_AUTO_FIELD setting or the DynamicModelsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
I added the DEFAULT_AUTO_FIELD config, how can I test it and restart the workflows?
Django use BigAutoField as primary key now.