Reverting a migration


#1

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?


#2

You can change the name, and then do another migration — a lot simpler than reverting. :)


#3

Oh great! Wasn’t sure if that would be okay :)