In addition to migrating schema changes, we can use the migrations to change data in the database, or indeed perform other bespoke actions. In this django ORM migration tutorial we us a very simple use case to showcase how to create an empty migration and run a custom function on migration.