John-Scott Atlakson
John-Scott Atlakson
Oscar maintains compatibility with versions of Python and Django that have already reached EOL but does not support the most recent versions. Apologies in advance if I've missed an issue...
Wanted to gauge interest in adding duplicate file detection. If enabled (an opt-in setting e.g. settings.FILER_PREVENT_DUPLICATES), when a user uploads a file (whether drag and drop, CMS filer plugin, or...
Currently in the admin change view for files, it is hard-coded to always display the `original_filename`. This can be very confusing for editors who are often required to replace an...
The import code [here](https://github.com/django/django-contrib-comments/blob/fb4d794897f492367ee40d34e8bcd9a42ef5b176/django_comments/__init__.py#L12-L31) fails if using the full dotted path to an app config in INSTALLED_APPS and COMMENTS_APP.
There have been recent signs of life with updates for Python 3 compatibility and using Docker Compose. Is that the extent of the updates planned for this project? In other...
This fixes all cases where the code assumed a thumbnail was present, since thumbnails are actually optional.
### Issue Summary Prior to Wagtail v4, the rich text toolbar was always visible which made it easy to access the full range of options when editing. Now that the...
Moved the internals of `GroupApprovalTask` into an abstract base class. Currently, if one wishes to use a `GroupApprovalTask` but merely wants to modify the behavior of e.g., `get_actions()`, they are...
I'm on macOS Sonoma, using the latest Docker Desktop for Mac, and the latest version of PhpStorm. I followed the [guide](https://www.jetbrains.com/help/phpstorm/quick-start-guide-phpstorm.html#bb0ff725) to install the Workshop from within PhpStorm: As instructed,...
(Moved from [original discussion](https://github.com/elastic/apm-agent-python/issues/1548#issuecomment-1875952921)) When running Django under ASGI, the middleware that Elastic APM injects is not tracking standard Django request transactions. Here's my `asgi.py`: ```python django_asgi_app = get_asgi_application() application...