Jules Robichaud-Gagnon

Results 55 comments of Jules Robichaud-Gagnon

This should be specified in the documentation too: ```python INSTALLED_APPS = [ #... "django_cloud_tasks", #... ] ```

This [suggested solution of #542](https://github.com/FactoryBoy/factory_boy/issues/542#issuecomment-490473677) does not fix the problem and results in an additional failing test.

I agree with the idea. I was thinking of naming the setting `app_settings.USER_ID_FIELD` instead. Also, I'd like to support assigning `None` to `app_settings.USER_ID_FIELD` in order to completely disable the logging...

~~Did you try to change the order of the middlewares in your `settings.py`?~~ ~~In which order are you using them?~~ EDIT: I had no idea on how `drf-standardized-errors` was working.

Hi @sshishov, I totally missed the existence of`got_request_exception` until now and I should have considered it when I designed `django-structlog` long time ago. I am going to see what I...

It is my first time using `got_request_exception` and I have some weird behaviour in the demo project. The signal is called 10 times per exception with `run_server_plus` but only once...

@sshishov please try `9.0.0.dev2` and see #705. https://pypi.org/project/django-structlog/9.0.0.dev2/