-
**Software versions**
* Django: 5.0.6
* mssql-django: 1.5
* python: 3.10.12
* SQL Server: 16.0.1000.6
* OS: Ubuntu 22.04.4 LTS
**Table schema and Model**
```
class Post(models.Model):
t…
-
#### The problem
Coming from Django where we used Factory Boy really a lot to a new, async stack to fully support GraphQL with subscriptions which are really cool (uvicorn + Starlette + Ariadne) we a…
-
## Description
The [doc ](https://django-meta.readthedocs.io/en/latest/views.html) says:
> ### [object_type](https://django-meta.readthedocs.io/en/latest/views.html#object-type)
> This …
-
Hello, trying to get a Django/Cassandra project off the ground, but when I attempt to create some cql tables with composite keys in models.py I receive an error that instructs me to write an additiona…
-
When using abstract model mixins in Django>1.10 together with TranslatableModel causes an assertion error because the base_manager_name is not correctly set. This is due to the Meta inheritance which …
-
I want to write a CRUD style API. I retrieve the model data, and save the model data. I want to do that using the schema mapped from the Django Model.
When I try it, the schema serialises using th…
-
**Describe the bug**
When calling the EP /flower/api/task/async-apply/ (no matter the name of the task) an django.core.exceptions.SynchronousOnlyOperation exception is raised and returns a HTML 500 e…
-
The new 3.15.0 release introduced a bug with validation unique constraint.
Code to reproduce an error:
```
from django.db import models
from rest_framework import serializers
class Pet(models…
-
Hi,
We are utilizing Django Celery Results in conjunction with Django Tenants in our project. However, our Celery worker intermittently encounters an error stating that the "django_celery_results" re…
-
I'm unable to follow the step where I `makemigrations --replace-all`.
### Steps I took
Created a new branch, deleted ALL migrations and committed changes.
Created another branch. Used:
```
>>> …