Jump to >

This documentation covers Djblets 2.0. You can see the latest Djblets documentation or all other versions.

djblets.privacy.consentΒΆ

Support for tracking and looking up user consent for privacy rights.

This provides convenience imports for the following:

BaseConsentRequirement Represents an aspect of the product requiring consent.
Consent Values for representing consent decisions.
ConsentData Data representing a granted or denied consent for a requirement.
get_consent_requirements_registry Return the registry for managing consent requirements.
BaseConsentTracker Base class for a consent tracker.
DatabaseConsentTracker A consent tracker that stores results in the database.
get_consent_tracker Return the registered consent tracker instance.