We were pinning 2.2 because that worked well enough under Django 1.x.
Under 2.1, however, the analytics integration throws an error on a bool
type conversion. We saw the same error with the Django upgrade on another
website, and updating analytical to 2.5 resolved it, so doing the same here.
We were pinning 2.2 because that worked well enough under Django 1.x. Under 2.1, however, the analytics integration throws an error on a bool type conversion. We saw the same error with the Django upgrade on another website, and updating analytical to 2.5 resolved it, so doing the same here.