[Python-modules-commits] [python-social-auth] 128/322: Email column is duplicated
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:12:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit f229c075c98f658a9c1d62595c6278173b1ce104
Author: Motoki Naruse <motoki at naru.se>
Date: Sat Feb 21 14:16:48 2015 +0900
Email column is duplicated
---
examples/pyramid_example/example/models.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/examples/pyramid_example/example/models.py b/examples/pyramid_example/example/models.py
index 1c7f6d6..03b6098 100644
--- a/examples/pyramid_example/example/models.py
+++ b/examples/pyramid_example/example/models.py
@@ -16,5 +16,4 @@ class User(Base):
email = Column(String(200))
password = Column(String(200), default='')
name = Column(String(100))
- email = Column(String(200))
active = Column(Boolean, default=True)
--
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