Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/constants.py
blob: a7e6c252d93b70fe2c2c846b12bd6de0c569bf20 (plain)
1
2
3
4
5
6
"""
Constants used across the ORM in general.
"""

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