django-summernote icon indicating copy to clipboard operation
django-summernote copied to clipboard

Explicitly specify 'id' field in attachment model

Open ethanhann opened this issue 2 years ago • 0 comments

This resolves a downstream issue where projects using "BigAutoField" as their default auto field, will generate an unwanted migration.

The unwanted migration will switch the field from AutoField to BigAutoField. This is unnecessary and causes issues - especially when working in an environment where you don't have permission to create the migration (e.g. #492).

ethanhann avatar Mar 18 '24 18:03 ethanhann