diff --git a/oauth2_provider/migrations/0011_improve_application_hash_client_secret_help_text.py b/oauth2_provider/migrations/0013_improve_application_hash_client_secret_help_text.py similarity index 86% rename from oauth2_provider/migrations/0011_improve_application_hash_client_secret_help_text.py rename to oauth2_provider/migrations/0013_improve_application_hash_client_secret_help_text.py index 5e593d36b..1c590654b 100644 --- a/oauth2_provider/migrations/0011_improve_application_hash_client_secret_help_text.py +++ b/oauth2_provider/migrations/0013_improve_application_hash_client_secret_help_text.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('oauth2_provider', '0010_application_allowed_origins'), + ('oauth2_provider', '0012_add_token_checksum'), ] operations = [