blob: 629497eb3d68501fe3cca06335917c7420143d95 [file] [log] [blame]
"""
Constants used across the ORM in general.
"""
# Separator used to split filter strings apart.
LOOKUP_SEP = '__'