[Python-modules-commits] [python-social-auth] 90/131: Corrected migration dependency

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:17:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.20
in repository python-social-auth.

commit 46c2cc35df83ed494670a0655fe6c80162a78b87
Author: Clinton Blackburn <clinton.blackburn at gmail.com>
Date:   Wed Jul 27 22:38:40 2016 -0400

    Corrected migration dependency
    
    This appears to have been broken since it was introduced by #908.
---
 social/apps/django_app/default/migrations/0004_auto_20160423_0400.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/apps/django_app/default/migrations/0004_auto_20160423_0400.py b/social/apps/django_app/default/migrations/0004_auto_20160423_0400.py
index 668bf0e..3a1c0b0 100644
--- a/social/apps/django_app/default/migrations/0004_auto_20160423_0400.py
+++ b/social/apps/django_app/default/migrations/0004_auto_20160423_0400.py
@@ -8,7 +8,7 @@ import social.apps.django_app.default.fields
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('default', '0003_alter_email_max_length'),
+        ('social_auth', '0003_alter_email_max_length'),
     ]
 
     operations = [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list