-
In the admin panel, making a search on any dissemination table that isn't "Generals" will result in a crash. This is because `report_id` is a foreign key, and is not supported by Django's most basic s…
-
### 重现步骤
N/A
### 预期外的结果
N/A
### 日志文本
```shell
N/A
```
### 版本
1.10.0
### 部署方式
Docker
### 是否还有其他可以辅助定位问题的信息?比如数据库版本等
django-q 已经两年没更新了, 可以理解为作者弃用了, 相关的知识也比较少, 可以考虑更换为用户更多, 知识更多的 django-rq 或 …
-
Hi,
as in a title - Django-Q is last updated in 2021 and it does seem to be happy with Django 5, up to 4.2.8 works fine but sooner or later Django should be updated to next LTS.
I will look for …
-
Why does this happen?
```python
>>> ln.Transform.filter("1y7UO5uJgJCx0000")
```
Doesn't happen on the Django level
```python
>>> ln.Transform.objects.filter("1y7UO5uJgJCx0000")
Traceback …
-
The how-to for receiving events documents two options (see https://github.com/openedx/openedx-events/blame/main/docs/how-tos/using-events.rst#L10-L53).
1. Connecting signals using regular django synt…
-
After upgrading `django-q2` from 1.6.2 to 1.7.3 the following error is shown in the logs
```
System check identified some issues:
WARNINGS:
django_q.Task: (models.W037) TiDB does not support ind…
-
Note: See https://github.com/openedx/openedx-events/issues/421#issuecomment-2488837239 for @kdmccormick's initial comments on this topic.
Inside edx-platform, many apps make use of plugin patterns.…
-
**Describe the bug**
Trying to run a totally clean setup on mysql (8) and creation of tables etc fails.
**To Reproduce**
DB similar to this
```yaml
mysql:
image: mysql:8.0.35
co…
-
Hi.
So django-q has the extensions django-q-rollbar and django-q-sentry.
Both libraries do not have the sentry or rollbar as a dependency in the setup.py. Additionally sentry is moving away from…
-
Hi,
We upgraded from 3.6 to 3.7 (and also tested all 3.7.x releases individually) and there seems to have been something introduced which has massively decreased performance in some situations, if …