Conversation
kdmccormick
commented
Apr 23, 2026
|
|
||
| dependencies = [ | ||
| ('openedx_content', '0007_publishlogrecord_direct'), | ||
| migrations.swappable_dependency(settings.AUTH_USER_MODEL), |
Member
Author
There was a problem hiding this comment.
Just a bit of clean-up. Claude added these, they don't need to be here.
Contributor
|
f6dbad2 to
b955b92
Compare
kdmccormick
commented
Apr 29, 2026
| Each app exposes stable, public API of Python functions and Django models. Some apps additionally provides REST APIs. These APIs are suitable for use in ``openedx-platform`` as well as in community-developed Open edX plugins. | ||
| Each app exposes a public API of Python functions and Django models; some apps also provide REST APIs. These APIs are suitable for use in openedx-platform and in community-developed Open edX plugins. | ||
|
|
||
| APIs marked "UNSTABLE" are subject to change at any time. All other APIs are considered stable, and any breaking changes will be announced through the community DEPR (deprecation and removal) process. |
Member
Author
There was a problem hiding this comment.
There are none now, but I'll leave this note here as a strategy we can use as we develop new APIs.
ormsbee
approved these changes
Apr 29, 2026
e0fa70b to
39e8088
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the big warning messages about this package being unstable. We're happy for developers to begin using these APIs, except for the ones with big red "UNSTABLE" warnings in their docstrings.
Part of:
Blocks: