comparison setup.py @ 7736:b0ed41df0282

db: drop __mapper_args__ that cause SQLAlchemy deprecation warnings We don't really need them. There were only few uses left, and we seem to be using .order_by() in all places where we really care about the ordering. Gets rid of <string>:2 <string>:2: SADeprecationWarning: Mapper.order_by is deprecated.Use Query.order_by() in order to affect the ordering of ORM result sets.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 07 Jun 2019 03:37:07 +0200
parents 62c8b8791a2e
children b302d4254bd0
comparison
equal deleted inserted replaced
7735:50b376bcdcda 7736:b0ed41df0282