constants.py 117 Bytes
Newer Older
1 2 3 4 5 6
"""
Constants used across the ORM in general.
"""

# Separator used to split filter strings apart.
LOOKUP_SEP = "__"