-
##### SUMMARY
This app makes heavy use of `update_fields` when using the Django ORM, but we do not reap its full benefit mainly because of overly-broad logic in `save` methods. We have plenty of spec…
-
Hi
I am trying to use the package but not quite sure that I am using it well...
I have configured FIREBASE_ORM_CERTIFICATE and FIREBASE_ORM_BUCKET_NAME correctly but when I'm trying to use it in mod…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Versions (please complete the following information):**
- Python version: 3.12
- Django version: 5.0
- Django-Ninja…
-
We should consider disabling the following, in order to drop the duplicate spans created for the db and cache:
- Django DB: ddtrace.config.django['instrument_databases'] | DD_DJANGO_INSTRUMENT_DATABA…
-
Nous voulons pousser certaines données dans PostGre pour des objectifs de performances et d'accessibilité des données.
Voici une liste non exhaustive des tables à créer :
1. Eco2mix, données ra…
-
I am using Djongo to integrate MongoDB with my Django project. I have a model with a `JSONField` and I am trying to filter based on a nested field within the `JSONField`. Here's a simplified version…
-
Currently, task status/result persists in Redis, but if we want dataset indexing task history to be more reliable/exist for longer we should persist it in PostgreSQL (using `django-celery-results`). T…
-
Hi, there is no option for a feature request or a question so I had to use the bug template but cleared everything inside, jfyi.
I was looking for a basic django admin autocomplete solution that s…
-
**This issue is waiting for the Django ORM to be async and pushed to master**
We all had our hopes up for an async ORM to be pushed with Django 3.2, but this seems unlikely at the moment. [Alpha ha…
-
### Description
Right now since we load all the data all at once, the landing page has become very slow (over 2 seconds to load every single time).
The goal of this issue is to make the landing pa…