constants.py 117 Bytes EditWeb IDE 1 2 3 4 5 6 """ Constants used across the ORM in general. """ # Separator used to split filter strings apart. LOOKUP_SEP = '__'