* Added can_use_enterprise_catalog utility function to exclude enterprises from the transition to enterprise-catalog
3.2.12
---------------------
* Created migration to `update_or_create` a system-wide enterprise role named `enterprise_catalog_admin`
3.2.11
---------------------
* Moving the post model save logic for Enterprise Catalog to signals.py.
3.2.10
---------------------
* Updated EnterpriseCustomerCatalogAdmin save hook to check if a corresponding catalog exists in the enterprise-catalog service. If it does, the save hook will update the existing catalog; otherwise, a new catalog will be created. * Added extra logging when syncing Enterprise Catalog data to the Enterprise Catalog Service.
3.2.9
--------------------
* Added a flag to enable the slug login for an enterprise customer.
3.2.8
--------------------
* Makes the data sharing consent template guard against empty/null branding configuration logo values.