Migrate PostgreSQL ID’s from serial to identity after upgrading to Django 4.1

Migrate PostgreSQL ID’s from serial to identity after upgrading to Django 4.1

Articles
A post on why you might want to update existing columns from serial types to identity columns, and a management command to update them.