In my models.py I created a “class Thing” but I meant to call my class something else. I already and ran the migration and also ran python manage.py migrate. Is there any way I can revert this so I can change the class name?
Reverting a migration
limedaring
#2
You can change the name, and then do another migration — a lot simpler than reverting. :)