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

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