Skip to content

Releases: dubizzle/django_influxdb_metrics

custom ajax method

28 Mar 08:02
Compare
Choose a tag to compare
custom ajax method Pre-release
Pre-release

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

21 Sep 07:41
9110043
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1: Merge pull request #2 from dubizzle/is_authenticated_fix

07 Feb 09:10
Compare
Choose a tag to compare
Fix middleware to support Django > 1.10 (is_authenticated property)