-
When attempting to edit a ticket tasks (comment) and change the status from todo to done as well as update the real start date and real finis date the following error was returned:
```
KeyError at…
-
We should probably fix these.
```
=============================== warnings summary ===============================
../../usr/local/lib/python3.9/site-packages/django/conf/__init__.py:241
/usr/…
-
When posting to the API (Change Ticket) with an incorrect status the following is returned
```
Environment:
Request Method: PUT
Request URL: http://127.0.0.1:8002/api/itim/change/51
Dja…
-
Actuellement, il n'existe qu'une seule app Django : `data` qui contient tous les models. Cela posera sûrement des soucis à la longue, notamment à cause des conflits sur les migrations (qui peuvent cel…
-
Normal Celery tasks support using `kombu` to register object types to serialize/deserialize automatically:
```python
from kombu.utils.json import register_type
from django.db.models import Model
…
-
Hello, I'm trying out Hypothesis 6.82.2 on my Django 4.2 project.
Importing `hypothesis.extra.django.TestCase` fails with `"RuntimeError: Model class django.contrib.contenttypes.models.ContentType …
-
I was following the guide on https://falco.oluwatobi.dev/the_cli/usage.html and I get this error:
```
Environment `default` already exists
Environment `dev` already exists
Environment `docs` alr…
-
#### What's going wrong?
#### How can the `cookiecutter-django-rest` team reproduce the problem?
OS: Fedora Workstation 40, kernel 6.10.11-200.fc40
- Scaffold the project with `cookiecutter gh:…
-
This warning arises on a ` python manage.py check`:
````
WARNINGS:
?: (templates.E003) 'static' is used for multiple template tag modules: 'django.templatetags.static', 'tendenci.apps.theme.templ…
-
I am adding this issue to track progress on the ability to use Django Ninja in a pep8 compliant way.
This was originally opened as an issue directly in the Django Ninja repo (see [Change settings …