-
Thanks for this app, I've plugged it in and it looks good for all my needs except there is no bulk_delete option. Please may you add this feature and in the meantime point to the section of the docum…
-
When I am installing django-notifs using pip, there is no signals.py file inside notifications. I am trying to follow the tutorial
[https://danidee10.github.io/2018/01/13/realtime-django-5.html](url)…
-
[Django Signals](https://docs.djangoproject.com/en/5.0/topics/signals/)
-
I'm adapting my project from Django to fastapi + tortoise orm.
All the logic is in the signals.
My task is to catch the event of adding an m2m field.
I'm looking for an m2m_changed analog, but I can't…
-
With django 1.5.9 installed I get:
```
$ python manage.py syncdb
Setting file missing. We looked here: txrx/settings/local.py
ImportError: No module named django_comments.signals
```
With django 1.6…
-
When using django admin inlines for M2M relationships, there is documented limitation that means `m2m_changed` signal isn't triggered. From [django docs](https://docs.djangoproject.com/en/5.0/ref/cont…
-
Found a bug? Please fill out the sections below.
### Issue Summary
Product category query is not properly mapping solr-product ID to product pk. The pk is populated with MSB bit when product ID …
-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
**Is your feature request related to a problem? Please describe.**
It's a common feature to automatically update an index when saving or deleting an object. An easy way to abstract this behavior is u…
-
Apparently newer versions of Celery dropped the ```task``` module.
Error from a test project:
```
>>> t = Ticket.objects.latest()
>>> t.description = 'test123'
>>> t.save()
Traceback (most rec…