-
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:
```
>>> …
-
Since Django 1.11 (current version 3.0), there's a new way of adding indexes to django tables, Meta.indexes (https://docs.djangoproject.com/en/3.0/ref/models/options/#django.db.models.Options.indexes)…
-
I have read this (http://django-hvad.readthedocs.org/en/latest/public/faq.html#how-do-i-use-hvad-with-mptt).
I have models (see below). Admin works, ORM works.
```
from django.db import models
from …
-
Using the photometry table to download photometry data, I get the following Bad Request error:
mop-559b6fc7d4-gnnt7 nginx 10.100.33.21 - - [11/Sep/2024:04:19:10 +0000] "GET /targets/42858/?tab=obse…
-
Hello,
I'm pretty new to the python/django world so please forgive me in advance for my mistakes!
I wanna use **drf-yasg** with [django-rest-framework-json-api](https://github.com/django-json-ap…
-
#### Description
DjangoOptions class of a DjangoModelFactory is missing attributes post `__init_subclass__`
#### To Reproduce
Run the code below, blows up without actually creating the PollFactor…
-
Hi,
Are there any plans to implement async in the current middleware? At the moment using the middleware forces the entire request pipeline to be sync as the middleware doesn't support a async.
…
-
This project is currently incompatible with django-hstore schema mode. hstore introduces it's own [VirtualField](https://github.com/djangonauts/django-hstore/blob/master/django_hstore/virtual.py). I'v…
bufke updated
8 years ago
-
Hello,
I found this issue when trying tastypie swagger on some Resources created from inherited models.
This may be more general and related to the handling of OneToOne fields...
Here is the code:
`…