Source code django/db/models/constants.py

1
2
3
4
5
6
"""
Constants used across the ORM in general.
"""

# Separator used to split filter strings apart.
LOOKUP_SEP = '__'