From 9b2f83fc872cb4031b22183fd56ddb5e4460314a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 13 Mar 2015 10:35:46 +0100 Subject: [PATCH] rename migrations to south_migrations for Django 1.7 --- .../{migrations => south_migrations}/0001_initial.py | 0 .../{migrations => south_migrations}/0002_auto__add_webservice.py | 0 .../0003_auto__add_attributerelease.py | 0 .../0004_auto__add_field_a2client_authorized_scopes.py | 0 .../0005_auto__chg_field_a2client_authorized_scopes.py | 0 .../{migrations => south_migrations}/__init__.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename authentic2_idp_oauth2/{migrations => south_migrations}/0001_initial.py (100%) rename authentic2_idp_oauth2/{migrations => south_migrations}/0002_auto__add_webservice.py (100%) rename authentic2_idp_oauth2/{migrations => south_migrations}/0003_auto__add_attributerelease.py (100%) rename authentic2_idp_oauth2/{migrations => south_migrations}/0004_auto__add_field_a2client_authorized_scopes.py (100%) rename authentic2_idp_oauth2/{migrations => south_migrations}/0005_auto__chg_field_a2client_authorized_scopes.py (100%) rename authentic2_idp_oauth2/{migrations => south_migrations}/__init__.py (100%) diff --git a/authentic2_idp_oauth2/migrations/0001_initial.py b/authentic2_idp_oauth2/south_migrations/0001_initial.py similarity index 100% rename from authentic2_idp_oauth2/migrations/0001_initial.py rename to authentic2_idp_oauth2/south_migrations/0001_initial.py diff --git a/authentic2_idp_oauth2/migrations/0002_auto__add_webservice.py b/authentic2_idp_oauth2/south_migrations/0002_auto__add_webservice.py similarity index 100% rename from authentic2_idp_oauth2/migrations/0002_auto__add_webservice.py rename to authentic2_idp_oauth2/south_migrations/0002_auto__add_webservice.py diff --git a/authentic2_idp_oauth2/migrations/0003_auto__add_attributerelease.py b/authentic2_idp_oauth2/south_migrations/0003_auto__add_attributerelease.py similarity index 100% rename from authentic2_idp_oauth2/migrations/0003_auto__add_attributerelease.py rename to authentic2_idp_oauth2/south_migrations/0003_auto__add_attributerelease.py diff --git a/authentic2_idp_oauth2/migrations/0004_auto__add_field_a2client_authorized_scopes.py b/authentic2_idp_oauth2/south_migrations/0004_auto__add_field_a2client_authorized_scopes.py similarity index 100% rename from authentic2_idp_oauth2/migrations/0004_auto__add_field_a2client_authorized_scopes.py rename to authentic2_idp_oauth2/south_migrations/0004_auto__add_field_a2client_authorized_scopes.py diff --git a/authentic2_idp_oauth2/migrations/0005_auto__chg_field_a2client_authorized_scopes.py b/authentic2_idp_oauth2/south_migrations/0005_auto__chg_field_a2client_authorized_scopes.py similarity index 100% rename from authentic2_idp_oauth2/migrations/0005_auto__chg_field_a2client_authorized_scopes.py rename to authentic2_idp_oauth2/south_migrations/0005_auto__chg_field_a2client_authorized_scopes.py diff --git a/authentic2_idp_oauth2/migrations/__init__.py b/authentic2_idp_oauth2/south_migrations/__init__.py similarity index 100% rename from authentic2_idp_oauth2/migrations/__init__.py rename to authentic2_idp_oauth2/south_migrations/__init__.py