-
```
Python 3.5.2
Django 2.2.10
celery==4.2.2
opencensus==0.7.7
opencensus-context==0.1.1
opencensus-ext-azure==1.0.2
opencensus-ext-django==0.7.2
opencensus-ext-logging==0.1.0
```
After a …
-
### Self-Hosted Version
23.12.1
### CPU Architecture
x86_64
### Docker Version
26.1.3
### Docker Compose Version
2.27.0
### Steps to Reproduce
1. `cd /path/to/sentry-dist/sentry`
2. Create a…
-
Happens on both `v.7.9-load-manual-ref` and `v7.9-dev`
https://fwri6123-v79-load-manual-ref.test.specifysystems.org/specify/overlay/merge/Agent/?records=1%2C2
https://github.com/specify/specify7…
-
BACKEND in user_profile module
When a user account is created, a new user record is added to the database, but the extension table does not create a new record to track additional user information …
-
**Feature Request**
To avoid the usage of django views wherever there is a possibility of using django signals.
**Possible areas**
- Member registration
-
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…
-
Attempting to build `snex2` on bare metal (from the branch `feature/add_hermes_tns_sharing`) succeeds but running throws the following error:
```
Traceback (most recent call last):
File "/Users…
-
Am going to add the following signal dispatcher:
pre_save & post_save - before and after a document is saved
pre_delete & post_delete - before and after a document is deleted
e.g of usage API:
// Sen…
-
# Bug report
We are implementing pre-save of some models and there usually we check if the instance is being created or not by doing
```python
if instance.id is None:
... # creating the ins…
-
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…