mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-22 04:49:49 -04:00
7 lines
117 B
Python
7 lines
117 B
Python
"""
|
|
Constants used across the ORM in general.
|
|
"""
|
|
|
|
# Separator used to split filter strings apart.
|
|
LOOKUP_SEP = '__'
|