Fix proxy dict tests
This commit is contained in:
		| @@ -13,7 +13,6 @@ def ArticleTranslation(Base): | |||||||
|         id = sa.Column( |         id = sa.Column( | ||||||
|             sa.Integer, |             sa.Integer, | ||||||
|             sa.ForeignKey('article.id'), |             sa.ForeignKey('article.id'), | ||||||
|             autoincrement=True, |  | ||||||
|             primary_key=True |             primary_key=True | ||||||
|         ) |         ) | ||||||
|         locale = sa.Column(sa.String(10), primary_key=True) |         locale = sa.Column(sa.String(10), primary_key=True) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Konsta Vesterinen
					Konsta Vesterinen