edx-django-utils icon indicating copy to clipboard operation
edx-django-utils copied to clipboard

edX utilities for Django Application development.

Results 28 edx-django-utils issues
Sort by recently updated
recently updated
newest added

**Description:** This is an example of a Sphinx plugin that can be used to pull in files outside the main docs directory. It does this by creating symlinks from those...

[CacheIsolationTestMixin](https://github.com/openedx/edx-platform/blob/44334105cdef056bed6ebc0257fbe64544b07b81/openedx/core/djangolib/testing/utils.py#L26) and [CacheIsolationTestCase](https://github.com/openedx/edx-platform/blob/44334105cdef056bed6ebc0257fbe64544b07b81/openedx/core/djangolib/testing/utils.py#L144) are useful test utilities to clear the Django and Request caches between tests. They are currently in edx-platform, but would be useful as general utilities in edx-django-utils....

Add unit test coverage for edx_django_utils/plugins. There was no test coverage in the original code from edx-platform, and it has not yet been added. This code is now library code,...

Acceptance criteria: - [ ] edx-django-utils supports a new `add_metric` (or similar) monitoring function, complementing span tag/custom attribute collection - [ ] The new function is implemented at least for...

[Consider breaking out each method as its own ticket when this is to be picked up.] Acceptance criteria: - [ ] Complete all of the following for each method: -...

## Problem Description Spending two hours to figure out why the CI quality pipeline fails due to how isort wants me to sort my inputs is a waste of time....

Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/edx-django-utils/pull/433

This will fix the warning of 'The master branch version has been sunset for gh-action-pypi-publisher'

open-source-contribution

**Description:** The SCORM xblocks starting with openedx-scorm-xblock version 18 cannot load because they require the `X-Frame-Options` header to be set to `SAMEORIGIN` for scorm related URLs, e.g. `studio.edx.org/media/scorm/.......`. This setting...

**Description:** This PR drops the support for python 3.8 **TICKET LINK:** https://github.com/edx/edx-arch-experiments/issues/777