666c318 Ensure order_by within backref() receives a 'str' variable

Authored and Committed by pingou 5 years ago
    Ensure order_by within backref() receives a 'str' variable
    
    Otherwise, if it receives an unicode blob (which
    ``from __future__ import unicode_literals`` at the top of the file
    would lead to), sqlalchemy 0.9.8 which rhel7 has will not like it
    and simply crash.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+19 -14