mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-31 12:10:27 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
"""
|
|
Constants used across the ORM in general.
|
|
"""
|
|
|
|
# Separator used to split filter strings apart.
|
|
LOOKUP_SEP = '__'
|