brancher/.venv/lib/python3.8/site-packages/django/db/models/constants.py
2020-07-09 23:20:35 -04:00

7 lines
117 B
Python

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