-
Suppose I have a Django model, and I registered the document class for it.
`django-elasticsearch-dsl` uses signals to index data in Elasticsearch, How can I only save data in ElasticSearch using Doc…
-
**Feature Request**
To avoid the usage of django views wherever there is a possibility of using django signals.
**Possible areas**
- Member registration
-
This is from Django 4.2:
```
Traceback (most recent call last):
File "/Users/jvacek/repositories/my_repo/manage.py", line 11, in
execute_from_command_line(sys.argv)
File "/Users/jvacek/.…
-
The idea here would be fire an event that can be caught in a custom Django plugin. One idea would be to use [Django Signals](https://docs.djangoproject.com/en/2.2/topics/signals/).
A use case for t…
-
The group or role "Schrijfrechten algemeen" has unknown (sub)rights. For example the ability to split/share signals. I created a group/role in Django and purposely left the right to be able to split/s…
-
This needs to be added to the example in docs/usage.txt for creating notification events on syncdb:
Add:
from django.db.models.signals import post_syncdb
And then change on line 12:
signals.post_syn…
adamn updated
15 years ago
-
Don't know whether django-import-export uses methods like QuerySet.update() or QuerySet.bulk_create() - methods which will result in pre_save and post_save signals not being called.
**The reason w…
-
The bc.admissions.models.CohortUser should have now a new json field `progress_report` that will contain a dictionary with the student progress / performance that looks like this:
```json
{
…
-
* django-tus version: 1.0.0
* Django version: 1.10.6
* Python version: 3.6
* Operating System: Xenial (Ubuntu)
### Description
I there a way to get the "request" from the signals? I need to k…
-
Hi,
Before making a PR, I'd like to know if you will support this idea or no.
Behavior of easyaudit is to silence any exception in signal handlers, which is what you need on prod:
https://githu…