-
pkikawa: got a interesting DDR editor bug(?) (hqma v5.10.8)
ddr-pc-58 is showing a "Collection ddr-pc-58 is in a conflicted state. Click here to resolve." warning in editor.
`git fetch; git status`…
-
### Description
A `ValueError` has been reported in Sentry indicating that Django is attempting to handle a connection type it doesn't support. The error message is: "Django can only handle ASGI/HTTP …
-
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…
-
Hi.
We use Django(3.2) to read an unmanaged table created by a secundary system,
In the database structure is created as
Map(LowCardinality(String), String)
we tried to set it as a JSON …
-
Hello there!
I recently tried to upgrade my project dependencies from 4.2 to django 5.0 as part of a major upgrade and all of a sudden in my deploy process the `collectstatic` job went back to its …
-
5.1 requirements tables
## base.txt
| Name | Version in Master | 5.1 Compatible Version | OK |
| ---- | :---------------: | :-----------------------------: | :-: |
| [python-slugify](https://githu…
-
The current codebase master branch is still using the old Django feature that has removed in 2.2. Also, middleware is not compatible with Debug toolbar.
-
Just thought I would give a heads-up here for people who also stumbled into this:
I updated to Django 5.1 and the media files stopped working.
It turns out that `DEFAULT_FILE_STORAGE` which the d…
-
File: django_unused\unused\find_views.py", line 2, in
` from django.core.urlresolvers import RegexURLResolver, RegexURLPattern`
ModuleNotFoundError: No module named 'django.core.urlresolvers'
…
-
## Description
If latest PyPI release does not have Django 4.2 support, then
- [ ] Verify if latest master/main branch has support for Django 4.2
- [ ] Create issue in the upstream repo for Django 4…