Metadata-Version: 1.1
Name: edx-enterprise
Version: 0.48.0
Summary: Your project description goes here
Home-page: https://github.com/edx/edx-enterprise
Author: edX
Author-email: oscm@edx.org
License: AGPL 3.0
Description: enterprise
        =============================
        
        .. image:: https://img.shields.io/pypi/v/edx-enterprise.svg
            :target: https://pypi.python.org/pypi/edx-enterprise/
            :alt: PyPI
        
        .. image:: https://travis-ci.org/edx/edx-enterprise.svg?branch=master
            :target: https://travis-ci.org/edx/edx-enterprise
            :alt: Travis
        
        .. image:: http://codecov.io/github/edx/edx-enterprise/coverage.svg?branch=master
            :target: http://codecov.io/github/edx/edx-enterprise?branch=master
            :alt: Codecov
        
        .. image:: http://edx-enterprise.readthedocs.io/en/latest/?badge=latest
            :target: http://edx-enterprise.readthedocs.io/en/latest/
            :alt: Documentation
        
        .. image:: https://img.shields.io/pypi/pyversions/edx-enterprise.svg
            :target: https://pypi.python.org/pypi/edx-enterprise/
            :alt: Supported Python versions
        
        .. image:: https://img.shields.io/github/license/edx/edx-enterprise.svg
            :target: https://github.com/edx/edx-enterprise/blob/master/LICENSE.txt
            :alt: License
        
        The ``Open edx Enterprise Service`` app provides enterprise features to the Open
        edX platform.  The majority of these features are structured around the concept
        of an ``Enterprise Customer``, which is an organization or a group of people
        that "consumes" courses published on the Open edX platform.
        
        Overview
        --------
        
        The ``README.rst`` file should then provide an overview of the code in this
        repository, including the main components and useful entry points for starting
        to understand the code in more detail.
        
        Documentation
        -------------
        
        Full documentation for the Open edX Enterprise Service can be found at
        http://open-edx-enterprise-service-documentation.readthedocs.io/en/latest/.
        
        License
        -------
        
        The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
        
        Please see ``LICENSE.txt`` for details.
        
        How To Contribute
        -----------------
        
        Contributions are very welcome.
        
        Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
        
        Even though they were written with ``edx-platform`` in mind, the guidelines
        should be followed for Open edX code in general.
        
        A Pull Request Description Template can be found at`PULL_REQUEST_TEMPLATE.md`_ - this
        template is automatially applied when you open a pull request from GitHub.  Please
        make sure to include this template if submitting a pull request via other channels.
        
        .. _PULL_REQUEST_TEMPLATE.md: https://github.com/edx/edx-enterprise/blob/master/.github/PULL_REQUEST_TEMPLATE_TEMPLATE.md
        
        After submitting a pull request, please use the Github "Reviewers" widget to add
        relevant reviewers and track review process.
        
        Reporting Security Issues
        -------------------------
        
        Please do not report security issues in public. Please email security@edx.org.
        
        Getting Help
        ------------
        
        Have a question about this repository, or about Open edX in general?  Please
        refer to this `list of resources`_ if you need any assistance.
        
        .. _list of resources: https://open.edx.org/getting-help
        
        
        Change Log
        ==========
        
        ..
           All enhancements and patches to edx-enteprise will be documented
           in this file.  It adheres to the structure of http://keepachangelog.com/ ,
           but in reStructuredText instead of Markdown (for ease of incorporation into
           Sphinx documentation and the PyPI description).
        
           This project adheres to Semantic Versioning (http://semver.org/).
        
        .. There should always be an "Unreleased" section for changes pending release.
        
        Unreleased
        ----------
        
        [0.48.0] - 2017-09-25
        ---------------------
        
        * Add extra details to the program enrollment landing page.
        
        [0.47.1] - 2017-09-25
        ---------------------
        
        * Add proper permissions/filtering schemes for all of our endpoints.
        
        [0.47.0] - 2017-09-21
        ---------------------
        
        * Step 3 in safe deployment of removing old consent models: make migrations to delete the outstanding fields/models.
        
        [0.46.8] - 2017-09-21
        ---------------------
        
        * Step 2 in safe deployment of removing old consent models: remove `require_account_level_consent`, but no migration.
        
        [0.46.7] - 2017-09-21
        ---------------------
        
        * Step 1 in safe deployment of removing old consent models: make `require_account_level_consent` nullable.
        
        [0.46.6] - 2017-09-21
        ---------------------
        
        * Added some log messages to trace possible 404 issue.
        
        [0.46.5] - 2017-09-21
        ---------------------
        
        * Remove old account-level consent features as well as consent from EnterpriseCourseEnrollment.
        
        [0.46.4] - 2017-09-20
        ---------------------
        
        * Abstract away usage of `configuration_helpers`.
        
        [0.46.3] - 2017-09-19
        ---------------------
        
        * Make bulk enrollment emails more intelligent
        
        [0.46.2] - 2017-09-19
        ---------------------
        
        * Add exception handling for transmit course metadata task.
        
        [0.46.1] - 2017-09-18
        ---------------------
        
        * Remove the `auth-user` endpoint completely.
        
        [0.46.0] - 2017-09-15
        ---------------------
        
        * Allow multi-course enrollment for enterprise users in admin. 
        
        [0.45.0] - 2017-09-14
        ---------------------
        
        * Modified enterprise-learner API endpoint to include the new DataSharingConsent model data.
        
        [0.44.0] - 2017-09-08
        ---------------------
        
        * Added MVP version of the Programs Enrollment Landing Page.
        
        [0.43.5] - 2017-09-08
        ---------------------
        
        * Wrapped API error handling into the clients themselves.
        
        [0.43.4] - 2017-09-07
        ---------------------
        
        * Removed the text if there is no discount on the course enrollment landing page.
        
        [0.43.3] - 2017-09-06
        ---------------------
        
        * Ensure that segment is loaded and firing page events for all user facing enterprise views.
        
        [0.43.2] - 2017-09-06
        ---------------------
        
        * Display the enterprise discounted text on the course enrollment landing page.
        
        [0.43.1] - 2017-09-05
        ---------------------
        
        * Remove support for writing consent_granted in enterprise-course-enrollment api.
        
        [0.43.0] - 2017-08-31
        ---------------------
        
        * Add architecture for program-scoped data sharing consent.
        
        [0.42.0] - 2017-08-24
        ---------------------
        
        * Do not create baskets and orders for audit enrollments.
        
        [0.41.0] - 2017-08-24
        ---------------------
        
        * Migrate the codebase to the new `consent.models.DataSharingConsent` model for when dealing with consent.
        
        [0.40.7] - 2017-08-23
        ---------------------
        
        * Fix bug causing 500 error on course enrollment page when the course does not have a course image configured.
        
        [0.40.6] - 2017-08-23
        ---------------------
        
        * Update Consent API to use Discovery worker user for auth, rather than request user.
        
        [0.40.5] - 2017-08-23
        ---------------------
        
        * Update SAP course export to use enterprise courses API.
        
        [0.40.4] - 2017-08-23
        ---------------------
        
        * Fix 500 server error on enterprise course enrollment page.
        
        [0.40.3] - 2017-08-21
        ---------------------
        
        * Change landing page course modal to use discovery api for populating course details.
        
        [0.40.2] - 2017-08-16
        ---------------------
        
        * Increase capability and compatibility of Consent API.
        
        [0.40.1] - 2017-08-11
        ---------------------
        
        * Add new unified DataSharingConsent model to the `consent` app.
        
        [0.40.0] - 2017-08-08
        ---------------------
        
        * Add Enterprise API Gateway for new Enterprise Catalogs and Programs endpoints.
        * Add /enterprise/api/v1/enterprise-catalogs/ endpoint.
        * Add /enterprise/api/v1/enterprise-catalogs/{uuid}/ endpoint.
        * Add /enterprise/api/v1/programs/{uuid}/ endpoint.
        
        [0.39.9] - 2017-08-08
        ---------------------
        
        * Added management command "create_enterprise_course_enrollments" for missing enterprise course enrollments.
        
        [0.39.8] - 2017-08-04
        ---------------------
        
        * Fixed session reset decorator bug.
        
        [0.39.7] - 2017-08-04
        ---------------------
        
        * Make whether Enterprise Customers get data for audit track enrollments configurable.
        
        [0.39.6] - 2017-08-02
        ---------------------
        
        * Fixed the text cutoff in the bottom of the course info overlay.
        
        [0.39.5] - 2017-08-02
        ---------------------
        
        * Only send one completion status per enrollment for SAP SuccessFactors.
        
        [0.39.4] - 2017-08-01
        ---------------------
        
        * Create Audit enrollment in E-Commerce system when user enrolls in the audit mode in enterprise landing page.
        
        [0.39.3] - 2017-07-28
        ---------------------
        
        * Remove Macro use from swagger api config as it is not supported by AWS.
        
        
        [0.39.2] - 2017-07-27
        ---------------------
        
        * Introduce new endpoint to the Enterprise API to query for courses by enterprise id.
        
        [0.39.1] - 2017-07-27
        ---------------------
        
        * Ensure catalog courses API endpoint users are associated with an EnterpriseCustomer.
        
        [0.39.0] - 2017-07-24
        ---------------------
        
        * Officially include Consent application by ensuring it is installable.
        
        [0.38.7] - 2017-07-22
        ---------------------
        
        * Add a new Consent application.
        * Add initial implementation of a generic Consent API.
        
        [0.38.6] - 2017-07-21
        ---------------------
        
        * Remove SSO-related consent capabilities
        
        [0.38.5] - 2017-07-19
        ---------------------
        
        * Add page_size in querystring and data mapping template to fix "next" and "previous" urls in API response.
        
        [0.38.4] - 2017-07-18
        ---------------------
        
        * Fix DSC Policy Language Needs
        
        [0.38.3] - 2017-07-14
        ---------------------
        
        * Fix dependency installation process in setup.py.
        
        [0.38.2] - 2017-07-14
        ---------------------
        
        * Add consent declined message to course enrollment landing page.
        
        [0.38.1] - 2017-07-13
        ---------------------
        
        * Remove requirement on too-new django-simple-history version
        * Require slightly older django-config-models version
        
        [0.38.0] - 2017-07-11
        ---------------------
        
        * Move to edx-platform release-focused testing
        * Add Django 1.11 support in Hawthorn testing branch
        
        [0.37.1] - 2017-07-11
        ---------------------
        
        * Update Enterprise landing page styling/language
        
        [0.37.0] - 2017-07-06
        ---------------------
        
        * Update enterprise catalog api endpoint so that api returns paginated catalogs.
        
        [0.36.11] - 2017-06-29
        ----------------------
        
        * Update DSC page language.
        
        [0.36.10] - 2017-06-29
        ----------------------
        
        * Introducing SAP_USE_ENTERPRISE_ENROLLMENT_PAGE switch via django waffle.
        
        [0.36.9] - 2017-06-28
        ---------------------
        
        * Refactor of automatic session termination logic.
        
        [0.36.8] - 2017-06-28
        ---------------------
        
        * Enforce data sharing consent at login for SSO users only if data sharing consent is requested at login.
        
        [0.36.7] - 2017-06-25
        ---------------------
        
        * UI tweaks to the enterprise landing page and course overview modal.
        
        [0.36.6] - 2017-06-25
        ---------------------
        
        * Disable atomic transactions for CourseEnrollmentView to ensure that new EnterpriseCustomerUser records are saved to
          the database in time for ecommerce API calls.
        
        
        [0.36.5] - 2017-06-23
        ---------------------
        
        * Apply automatic session termination logic to enterprise landing page based on enterprise customer configuration.
        
        [0.36.4] - 2017-06-21
        ---------------------
        
        * Sort course modes in landing page.
        
        
        [0.36.3] - 2017-06-21
        ---------------------
        
        * Fix for being unable to create course catalog clients due to upstream removal of the library.
        
        [0.36.2] - 2017-06-21
        ---------------------
        
        * Add the ability to pass limit, offset and page_size parameters to enterprise catalog courses.
        
        
        [0.36.1] - 2017-06-20
        ---------------------
        
        * Properly bump PyPI to latest changes from v0.36.0.
        
        
        [0.36.0] - 2017-06-20
        ---------------------
        
        * Migrate from old, monolithic python-social-auth to latest, split version.
        * Rework the NotConnectedToOpenEdX exception to be just one, and to say which method/dependency is missing.
        
        
        [0.35.2] - 2017-06-20
        ---------------------
        
        * Fix Next and Previous page urls for enterprise catalog courses.
        
        
        [0.35.1] - 2017-06-15
        ---------------------
        
        * Displayed course run price with entitlement on landing page and course information overlay
        
        
        [0.35.0] - 2017-06-15
        ---------------------
        
        * Allow account-level data sharing consent in a course-specific context
        
        
        [0.34.7] - 2017-06-14
        ---------------------
        
        * Enable "Continue" button flows on enterprise landing page
        
        
        [0.34.6] - 2017-06-14
        ---------------------
        
        * Fixed layout of data sharing consent decline modal on mobile view
        
        
        [0.34.5] - 2017-06-09
        ---------------------
        
        * Add Django 1.10 support back
        
        
        [0.34.4] - 2017-06-09
        ---------------------
        
        * Added course information overlay
        
        
        [0.34.3] - 2017-06-07
        ---------------------
        
        * Make enterprise landing page url available in the enterprise api and SAP course export.
        
        
        [0.34.2] - 2017-06-06
        ---------------------
        
        * Fix UI issues (unexpected html escape) on enterprise landing page.
        
        
        [0.34.1] - 2017-06-06
        ---------------------
        
        * Bug fix for Data sharing consent pop up page.
        
        
        [0.34.0] - 2017-06-05
        ---------------------
        
        * Update data backing and behavior of enterprise landing page
        * Fix template prioritization bug
        * Fix URL rendering in enterprise login decorator
        
        
        [0.33.24] - 2017-06-02
        ----------------------
        
        * UI updates for data sharing consent page.
        
        
        [0.33.23] - 2017-06-02
        ----------------------
        
        * Fix a bug with unexpected image data in SAP course export job.
        
        
        [0.33.22] - 2017-06-02
        ----------------------
        
        * Add an `EnterpriseApiClient` method for getting enrollment data about a single user+course pair
        * Add logic to enterprise landing page that redirects users to the course when already registered
        
        
        [0.33.21] - 2017-06-01
        ----------------------
        
        * UI updates for course mode selection in enterprise landing page.
        
        
        [0.33.20] - 2017-05-23
        ----------------------
        
        * Migrate from mako templates to django templates
        
        
        [0.33.19] - 2017-05-18
        ----------------------
        
        * Display account created/linked messages on enterprise landing page
        
        
        [0.33.18] - 2017-05-17
        ----------------------
        
        * Add Enable audit enrollment flag
        
        
        [0.33.17] - 2017-05-16
        ----------------------
        
        * Add django admin for enterprise course enrollment models
        
        
        [0.33.16] - 2017-05-15
        ----------------------
        
        * Bug fixes for SAP learner completion data passback.
        
        [0.33.15] - 2017-05-10
        ----------------------
        
        * Additional minor UI updates for enterprise landing page.
        
        
        [0.33.14] - 2017-05-10
        ----------------------
        
        * Add new externally managed consent option for enterprise customers.
        
        [0.33.13] - 2017-05-09
        ----------------------
        
        * Fix invalid API Gateway URIs
        
        
        [0.33.12] - 2017-05-03
        ----------------------
        
        * Add enterprise landing page
        
        
        [0.33.11] - 2017-05-02
        ----------------------
        
        * Add tpa hint if available for launchURLs for SAP Course metadata push.
        
        [0.33.10] - 2017-05-02
        ----------------------
        
        * Fix bug with inactivating SAP courses that are no longer in the catalog.
        
        
        [0.33.9] - 2017-04-26
        ---------------------
        
        * Fix enterprise logo validation message for max image size limit
        
        
        [0.33.8] - 2017-04-26
        ---------------------
        
        * Updated calls to get_edx_api_data as its signature has changed in openedx.
        
        
        [0.33.7] - 2017-04-24
        ---------------------
        
        * Redirect to login instead of raising Http404 if EnterpriseCustomer missing.
        * Add confirmation_alert_prompt_warning to context of account-level consent view.
        
        
        [0.33.6] - 2017-04-21
        ---------------------
        
        * Increase max size limit for enterprise logo
        
        
        [0.33.5] - 2017-04-20
        ---------------------
        
        * Added vertical hanging indent mode to isort settings and adjusted current imports
        
        
        [0.33.4] - 2017-04-18
        ---------------------
        
        * Enforce login for course-specific data sharing consent views.
        
        
        [0.33.3] - 2017-04-18
        ---------------------
        
        * Fixed the CSS for the expand arrow in the data sharing consent page.
        
        
        [0.33.2] - 2017-04-17
        ---------------------
        
        * Update Data Sharing Consent message.
        
        
        [0.33.1] - 2017-04-17
        ---------------------
        
        * Order enterprise customers by name on enterprise customer django admin
        
        
        [0.33.0] - 2017-04-11
        ---------------------
        
        * Improve accounting for inactive courses for SAP course export.
        
        
        [0.32.1] - 2017-04-06
        ---------------------
        
        * Bug Fix: Added Handling for user enrollment to courses that do not have a start date.
        
        
        [0.32.0] - 2017-04-06
        ---------------------
        
        * Refine SAP course export parameters
        
        
        [0.31.4] - 2017-04-05
        ---------------------
        
        * Added missing migration file for recent string updates
        
        
        [0.31.3] - 2017-04-04
        ---------------------
        
        * Modified SAP completion status data to correctly indicate a failing grade to SAP systems.
        
        [0.31.2] - 2017-04-03
        ---------------------
        
        * Bugfix: Resolve IntegrityError getting raised while linking existing enterprise users when data sharing consent is
          disabled for the related enterprise.
        
        [0.31.1] - 2017-03-31
        ---------------------
        
        * Bugfix: Allow unlinking of enterprise learners with plus sign or certain other characters in email address.
        
        [0.31.0] - 2017-03-30
        ---------------------
        
        * Edited UI and error strings.
        
        [0.30.0] - 2017-03-27
        ---------------------
        
        * Fully implements sap_success_factors transmitters and client to communicate with the SAP SuccessFactors API,
          and to handle auditing and other business logic for both catalog and learner data calls.
        
        
        [0.29.1] - 2017-03-27
        ---------------------
        
        * Support for segment.io events on data sharing consent flow
        
        
        [0.29.0] - 2017-03-23
        ---------------------
        
        * Updates integrated_channels management command `transmit_learner_data` to support sending completion data for
          self-paced courses, and to use the Certificates API for instructor-paced courses.
        
        [0.28.0] - 2017-03-23
        ---------------------
        
        * New data sharing consent view supporting failure_url parameter
        
        
        [0.27.6] - 2017-03-21
        ---------------------
        
        * Removed OAuth2Authentication class from API viewset definitions
        
        
        [0.27.5] - 2017-03-17
        ---------------------
        
        * Updated api.yaml to resolve swagger configuration issues.
        
        
        [0.27.4] - 2017-03-17
        ---------------------
        
        * Allows enterprise enrollments to be made on servers that sit behind a load balancer.
        
        
        [0.27.3] - 2017-03-16
        ---------------------
        * Added integrated_channels management command to transmit courseware metadata to SAP SuccessFactors.
        
        [0.27.2] - 2017-03-10
        ---------------------
        
        * Added integrated_channels management command to transmit learner completion data to SAP SuccessFactors.
        
        [0.27.1] - 2017-03-13
        ---------------------
        
        * Added api.yaml and api-compact.yaml files to introduce api endpoints for catalog api-manager.
        
        
        [0.27.0] - 2017-03-02
        ---------------------
        
        * Added API endpoint for fetching catalogs and catalog courses.
        
        [0.26.3] - 2017-03-02
        ---------------------
        
        * Added integrated_channels to MANIFEST.in to properly include migrations for the new packages.
        
        [0.26.2] - 2017-03-02
        ---------------------
        
        * Fixed package listing in setup.py to avoid import errors when using as a library
        
        [0.26.1] - 2017-02-28
        ---------------------
        
        * Added support for retrieving access token from SAP SuccessFactors
        * Added indicator in Sap SuccessFactors admin tool for checking the configuration's access to SuccessFactors.
        
        [0.26.0] - 2017-02-28
        ---------------------
        
        * Formally introducing new integrated_channels apps
        * Adding new models and admin interfaces for integrated_channel and sap_success_factors
        
        [0.25.0] - 2017-02-28
        ---------------------
        
        * Refactor _enroll_users() method to pay down technical debt
        * Improve admin messaging around enrollment actions
        
        [0.24.0] - 2017-02-27
        ---------------------
        
        * API for SSO pipeline is simplified to a single element.
        * SSO users are linked to relevant Enterprise Customer when data sharing consent is disabled.
        
        [0.23.2] - 2017-02-22
        ---------------------
        
        * SSO users are not created as EnterpriseCustomerUsers until all consent requirements have been fulfilled.
        
        
        [0.22.1] - 2017-02-20
        ---------------------
        
        * Course Catalog API degrades gracefully in absence of Course Catalog service.
        
        
        [0.22.0] - 2017-02-14
        ---------------------
        
        * Added API endpoint for fetching entitlements available to an enterprise learner
        
        
        [0.21.2] - 2017-02-07
        ---------------------
        
        * Add id in EnterpriseCustomerUserSerializer fields
        
        
        [0.21.0] - 2017-01-30
        ---------------------
        
        * Add UI handling for course-specific data sharing consent
        
        
        [0.20.0] - 2017-01-30
        ---------------------
        
        * Add ability to select existing learners to be enrolled in courses from admin
        
        
        [0.19.1] - 2017-01-30
        ---------------------
        
        * Resolved conflicting urls for User API endpoint.
        
        
        [0.19.0] - 2017-01-30
        ---------------------
        
        * Added read-only enterprise API endpoint for IDAs.
        * Moved utility functions from api.py to utils.py
        
        
        [0.18.0] - 2017-01-27
        ---------------------
        
        * Add the ability to notify manually-enrolled learners via email.
        
        
        [0.17.0] - 2017-01-25
        ---------------------
        
        * Add the EnterpriseCourseEnrollment model and related methods
        
        
        [0.16.0] - 2017-01-25
        ---------------------
        
        * Fix a bug preventing a course catalog from being unlinked from an EnterpriseCustomer
        
        
        [0.15.0] - 2017-01-25
        ---------------------
        
        * Enroll users in a program.
        
        
        [0.14.0] - 2017-01-20
        ---------------------
        
        * Added view of seat entitlements on enterprise admin screen
        
        
        [0.13.0] - 2017-01-06
        ---------------------
        
        * Dynamically fetch available course modes in the Manage learners admin
        
        
        [0.12.0] - 2017-01-05
        ---------------------
        
        * Create pending enrollment for users who don't yet have an account.
        
        
        [0.11.0] - 2017-01-05
        ---------------------
        
        * Added links from the Manage Learners admin panel to individual learners.
        
        
        [0.10.0] - 2017-01-04
        ---------------------
        
        * Added the ability to search the Manage Learners admin panel by username and email address.
        
        
        [0.9.0] - 2016-12-29
        --------------------
        
        * In django admin page for enterprise customer added alphabetical ordering for
          catalog drop down and displayed catalog details link next to selected catalog.
        
        
        [0.8.0] - 2016-12-08
        --------------------
        
        * added the branding information api methods to return the enterprise customer logo on the basis of provider_id or uuid.
        * Updated the logo image validator to take an image of size maximum of 4kb.
        
        
        [0.7.0] - 2016-12-07
        --------------------
        
        * Added a feature to enroll users in a course while linking them to an
          enterprise customer.
        
        
        [0.6.0] - 2016-12-04
        --------------------
        
        * Fixed EnterpriseCustomer form to make Catalog field optional
        * Added user bulk linking option
        * Added Data Sharing Consent feature
        
        
        [0.5.0] - 2016-11-28
        --------------------
        
        * Added checks to make sure enterprise customer and identity provider has one-to-one relation.
        * Added a helper method to retrieve enterprise customer branding information
        
        
        [0.4.1] - 2016-11-24
        --------------------
        
        * Fixed User.post_save handler causing initial migrations to fail
        
        
        [0.4.0] - 2016-11-21
        --------------------
        
        * Set up logic to call course catalog API to retrieve catalog listing to attach to EnterpriseCustomer.
        
        
        [0.3.1] - 2016-11-21
        --------------------
        
        * Fixed missing migration.
        
        
        [0.3.0] - 2016-11-16
        --------------------
        
        Added
        ^^^^^
        
        * Added Pending Enterprise Customer User model - keeps track of user email linked to Enterprise Customer, but not
          yet used by any user.
        * Added custom "Manage Learners" admin view.
        
        Technical features
        ^^^^^^^^^^^^^^^^^^
        
        * Added sphinx-napoleon plugin to support rendering Google Style docstrings into documentation properly (i.e.
          make it recognize function arguments, returns etc.)
        * Added translation files
        
        
        [0.2.0] - 2016-11-15
        --------------------
        
        * Linked EnterpriseCustomer model to Identity Provider model
        
        
        [0.1.2] - 2016-11-04
        --------------------
        
        * Linked EnterpriseCustomer model to django Site model
        
        
        [0.1.1] - 2016-11-03
        --------------------
        
        * Enterprise Customer Branding Model and Django admin integration
        
        
        [0.1.0] - 2016-10-13
        --------------------
        
        * First release on PyPI.
        * Models and Django admin integration
        
Keywords: Django edx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
