Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.20.0 #328

Merged
merged 2 commits into from
Sep 8, 2022
Merged

Release 0.20.0 #328

merged 2 commits into from
Sep 8, 2022

Conversation

odlbot
Copy link

@odlbot odlbot commented Sep 8, 2022

Kyle McCormick

kdmccormick and others added 2 commits September 8, 2022 17:19
Previously, edx-platform's safe_lxml module was imported as:

  import safe_lxml

This still works, but will stop working very soon.

This commit updates edx-sga's usage of safe_lxml to the new,
correct import path:

  import openedx.core.lib.safe_lxml

(Details & reasoning behind this import path change:
  * https://discuss.openedx.org/t/breaking-apart-edx-platforms-common-lib-folder/7556
  * https://openedx.atlassian.net/browse/BOM-2579)

This change is NOT backwards-compatible with Nutmeg or earlier.
@odlbot odlbot merged commit 187859d into release Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants