7 lines
117 B
Python
Raw Normal View History

2019-11-04 16:24:11 +01:00
"""
Constants used across the ORM in general.
"""
# Separator used to split filter strings apart.
LOOKUP_SEP = '__'