django-notifications/env/lib/python3.6/site-packages/django/db/models/constants.py
2019-03-26 23:59:09 +03:00

6 lines
117 B
Python

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