-
The how-to for receiving events documents two options (see https://github.com/openedx/openedx-events/blame/main/docs/how-tos/using-events.rst#L10-L53).
1. Connecting signals using regular django synt…
-
## Project Information
1. **Project Name:** Django Action Triggers
2. **Project URL:** https://github.com/Salaah01/django-action-triggers
3. **Description:** A Django library that asynchronously …
-
**Describe the bug**
Trying to run a totally clean setup on mysql (8) and creation of tables etc fails.
**To Reproduce**
DB similar to this
```yaml
mysql:
image: mysql:8.0.35
co…
-
**Problem**
Currently the post_migrate signal triggers automatic `sync_pgviews()` in the AppConfig.ready()
See [here](https://github.com/xelixdev/django-pgviews-redux/blob/c9b9b6da882de3f7a672ef…
-
Hello,
It seems that I've found an issue with the `preference_updated` signal in the latest version of django-dynamic-preferences.
**Problem**: The preference_updated signal is not triggered whe…
-
Wouldn't it be better?
If implemented this feature developers could apply their own logic around it and use where they want.
In this case I think it's more for security and audit purposes, today I…
-
#### The problem
As described at https://factoryboy.readthedocs.io/en/latest/orms.html#disabling-signals, it is possible to mute all signals of a certain type using the `factory.django.mute_signals` …
-
# Celery task results are not stored in the Django database
## Environment
- Django: 5.1.2
- Celery: 5.4.0
- django-celery-results: 2.5.1
- Flower: 2.0.1
- psycopg2-binary==2.9.10 (PostgreSQL)…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
sentry-sdk==2.6.0
django==5.0.6
### Steps to Reproduce
1. django app on completely async stack;
2. sentry configuration:
…
-
A post save signal on the `User` model isn't triggered when using the `createsuperuser` command.
Related https://github.com/dandi/dandi-archive/issues/1085.