-
May I respectfully ask when Django 5 support will be added?
It's not currently listed as supported, so as a result myself and others will simply avoid it out of an abundance of caution unless a rel…
-
# Bug Report
The most modern version of Django that has been released (v5+) does not seem to be supported.
## Description
Django 5 was released and does not seem to be supported based on the …
-
This package fixes the Python3.11 issue, but it looks like something is broke in Django5 now? Digging into what..
-
打扰了,又是我。
django.core.files.storage.handler.InvalidStorageError: Could not find backend 'django_oss_storage.backends.OssMediaStorage': cannot import name 'utc' from 'django.utils.timezone'
应该也是和dj…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
点击任何一个model中的记录进行修改时,均提示“length_is“方法错误
通过网络搜索,在django5.1起删除了”length_is“这个方法 ,网上有两种解决方式,一种是自己将旧版django中的这段代码复制为templatetags并在settings.py中导入,另一种是将l…
-
Very first error I am receiving is this:
PS D:\products\securityForce\sf_backend> python .\manage.py runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:…
-
Hi @escaped,
I am using this nice package in a project and am starting to work on the transition to Django > 4
It looks like a few changes are required to make `django-inline-actions` compatible. …
-
**Describe the problem**
When using DateTimePicker, DatePicker is displayed and works but the TimePicker part only appears very briefly and then disappears. The time can then only be set in the text …
-
### The problem
DDEV introduced Python/Django support in v1.22.0.
The good things:
* DDEV has direct support for [Django4](https://ddev.readthedocs.io/en/latest/users/quickstart/#django-4-exper…
rfay updated
8 months ago
-
```
RemovedInDjango50Warning: The django.utils.baseconv module is deprecated.
from django.utils import baseconv
```
https://code.djangoproject.com/ticket/32712
```
# django_cryptography/co…