lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Support overriding default exception reporter #114

Closed stianjensen closed 2 years ago

stianjensen commented 2 years ago

As of Django 3.1 it is possible to override which exception report to use: https://docs.djangoproject.com/en/4.1/releases/3.1/#error-reporting

Relevant issue: https://github.com/lamby/django-slack/issues/100

lamby commented 2 years ago

Thanks! When was this method introduced? Just want to ensure that we don't drop support for Django versions folks are still using...

stianjensen commented 2 years ago

Looks like it was introduced in django 3.1:

https://github.com/django/django/commit/13e4abf83e5129b44c771b2204809792087abda4

lamby commented 2 years ago

Okaley; will merge and release- 3.2 is the current Django LTS version.