Changeset - b0ed41df0282
default
0
1
0
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.
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.
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)