-
Is there a way to use django-signals every time a new relationship is created?
Thanks.
-
Hi @benliles
I am trying to use this app in Django 1.9 but I am getting the following error:-
```
python manage.py runserver
Unhandled exception in thread started by
Traceback (most recent call l…
-
The `providing_args` argument for `django.dispatch.Signal` was deprecated in Django 3.1 and removed in Django 4.0 (see [Additional details](#additional-details) below). The use of said argument in `c…
-
thanks your good project!
like django:
https://docs.djangoproject.com/en/2.0/topics/signals/
then How to do it?
-
**Describe the bug**
In the documentation related to this projects signals the following text, "Sent before saving historical record", is printed by the pre_create_historical_record signal. However,…
-
Hello,
I'm trying to use markdown2 with Django but i get errors with special charactes like ãéç inside the text, the error is:
http://i.imgur.com/ZY9WW.png
The text that I'm trying to sabe is that…
-
Hello,
I've been struggling to unit test huey's signal handler.
I have the following bit of code that gets the task statuts through the signal decorator to update a django model that persists it…
-
## Problem
According to the docs, tracker.previous "returns the value of the given field during the last save"
This implies that a call to tracker.previous within a post_save signal would return…
-
How can modify parameters from ldap before sent to DB?
for example:
AUTH_LDAP_USER_ATTR_MAP = {
"first_name": "givenName",
"last_name": "sn",
"email": "mail",
"phone":"mobile"
}
…
-
After finding the top 10 methods with long parameter list smell, we should suggest which objects could be created according to the parameters who appear together. For instance:
```
Output from Dja…