You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build!: Switch to openedx-core (renamed from openedx-learning)
Instead of installing openedx-learning==0.32.0, we install openedx-core==0.34.1.
We update various class names, function names, docstrings, and comments to
represent the rename:
* By default, we use the term "openedx-core" everywhere.
* We use "Open edX Core" occasionally to look nice external-facing documentation.
* In snake-case code, it's `*_openedx_core_*`.
* In camel-case code, it's `*OpenedXCore*`
For consistency's sake we avoid any variant of oex_core, OeXCore OexCore,
Open-edX-Core, OpenEdxCore, etc.
There should be no more occurances of learning_core, learning-core, Learning
Core, Learning-Core, openedx-learning, openedx_learning, etc.
BREAKING CHANGE: for openedx-learning/openedx-core developers:
You may need to uninstall openedx-learning and re-install openedx-core
from your venv. If running tutor, you may need to un-mount openedx-learning,
rename the directory to openedx-core, re-mount it, and re-build.
The code APIs themselves are fully backwards-compatible.
Part of: openedx/openedx-core#470
0 commit comments