Hotel/env/lib/python3.5/site-packages/django/db/models/constants.py

7 lines
117 B
Python
Raw Normal View History

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