Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/decisions/0021-openedx-core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Long term, we are open to more stable, core APIs moving in, such as:
* ``openedx_events``
* ``openedx_filters``
* ``openedx_authz``
* ``openedx_keys`` (renamed from ``opaque_keys``)
* ``openedx_keys`` (renamed from ``opaque_keys`` and ``ccx_keys``)

There are dependencies between these apps we'd want to keep in mind. For example, we wouldn't want to move in ``openedx_keys`` without moving in ``openedx_authz`` first, otherwise we'd create a cyclical dependency between ``openex-authz`` and ``openedx-core``.

Expand Down