Migrate PostgreSQL ID’s from serial to identity after upgrading to Django 4.1 October 28, 2022 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.