-
**Describe the bug**
When attempting to add an icon to an application when the storage backend is S3, a stack trace is returned if the status code is 403.
**To Reproduce**
Steps to reproduce the …
-
I noticed that Django-ninja doesn't support some fields with `choices` when converted with `ModelSchema`. Is there a reason why Django-ninja doesn't support these fields?
Also, I haven't yet tried…
-
### Search keywords
"DJ012", "django Model"
### Ruff Version
0.5.7
### Config
Part of pyproject.toml
```
[tool.poetry.group.dev.dependencies]
ruff = "0.5.7"
[tool.ruff]
l…
-
On the admin page, the name of the `aggregator.LocalDjangoCommunity` model is listed as "Local django communitys":
![Screenshot 2024-11-15 at 21-04-44 Site administration Django site admin](https:/…
-
this can be used as inspiration https://github.com/r4fek/django-cassandra-engine/pull/66
-
Applying admin.0002_logentry_remove_auto_add...Traceback (most recent call last):
File "/home/siddharthakhanal/Desktop/rocky-dai/silkhair-track/src/manage.py", line 22, in
main()
File "/ho…
-
the `_search_fields` variable already led to confusion and there is also the wish to be able to store human readable metadata in the classes (a description of the entity that is used in the documentat…
-
## Checklist
3.15 added support for unique constraint validators in serializers: https://github.com/encode/django-rest-framework/pull/7438
This unfortunately breaks when it comes to list seriali…
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…
-
#### Array and Embedded Fields vs Error **Abstract models cannot be instantiated**
#### Python script
```python
# models.py
class Contact(models.Model):
key = models.CharField(max_length=…