khaloufam70043 835cf9c3ab änderung1
2019-10-29 14:29:47 +01:00

7 lines
117 B
Python

"""
Constants used across the ORM in general.
"""
# Separator used to split filter strings apart.
LOOKUP_SEP = '__'