python manage.py migrate <your-app> <migration number>
# eg
python manage.py migrate my_app 0001
# You need to identify the last migration to which you want
# to reverse and use it as the migration target
python manage.py migrate my_app_name target_migration