Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

hemamaps / Django   python

Repository URL to install this package:

/ db / models / constants.py

"""
Constants used across the ORM in general.
"""

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