Files
ITShowPlatform/venv/Lib/site-packages/django/db/models/constants.py
T
2022-05-06 15:45:57 +08:00

7 lines
117 B
Python

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