Releases: dubizzle/django_influxdb_metrics
Releases · dubizzle/django_influxdb_metrics
custom ajax method
request.is_ajax is deprecate in django 3.1 so have to make our own method to handle this case in middleware
fix middleware to handle condition when user is None
What's Changed
- fix when user is not there. by @AnasAhmed1997 in #3
New Contributors
- @AnasAhmed1997 made their first contribution in #3
Full Changelog: v1.3.1...v1.3.2
v1.3.1: Merge pull request #2 from dubizzle/is_authenticated_fix
Fix middleware to support Django > 1.10 (is_authenticated property)