django.db.models.query_utils PathInfo Example Code

PathInfo is a class within the django.db.models.query_utils module of the Django project.

Example 1 from django-taggit

django-taggit (PyPI page) provides a way to create, store, manage and use tags in a Django project. The code for django-taggit is open source and maintained by the collaborative developer community group Jazzband.

django-taggit / taggit / managers.py