* The PendingEnterpriseCustomerUser create action will create an EnterpriseCustomerUser if an ``auth.User`` record with the given user_email already exists.
3.4.30
-------------------
* Add flag to sync updates in an EnterpriseCatalogQuery with its associated EnterpriseCustomerCatalogs. * Create a post_save signal to overwrite the content_filter with the update. * Changes should also be sent to the Enterprise Catalog service.
3.4.29
-------------------
* Added new view for requesting the DSC for learners for specific course.
3.4.28
-------------------
* Add query params to proxy login redirect for new welcome template to be rendered. * Fixing proxy_login SSO redirect, adding default next param from proxy_login.
3.4.27
-------------------
* Adds hide_course_original_price field to the serializer for the EnterpriseCustomer endpoint.
3.4.26
-------------------
* Adds proxy login view to allow unauthenticated enterprise learners to login via existing flow from the learner portal.