fixed problem with migration of auth_cas, thank you Anthony

This commit is contained in:
Massimo Di Pierro
2012-06-10 21:17:47 -05:00
parent 1ef2f4f1fd
commit 1e7d41df2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-10 01:18:28) dev
Version 2.00.0 (2012-06-10 21:17:42) dev
+1 -1
View File
@@ -1513,7 +1513,7 @@ class Auth(object):
*settings.extra_fields.get(settings.table_cas_name,[]),
**dict(
migrate=self.__get_migrate(
settings.table_event_name, migrate),
settings.table_cas_name, migrate),
fake_migrate=fake_migrate))
table.user_id.requires = IS_IN_DB(db, '%s.id' % \
settings.table_user_name,