Files

7 lines
117 B
Python
Raw Permalink Normal View History

2022-04-11 15:09:06 +02:00
"""
Constants used across the ORM in general.
"""
# Separator used to split filter strings apart.
LOOKUP_SEP = "__"