Skip to content

Releases: hubbs5/django-bandits

v0.1.6

01 Sep 21:04

Choose a tag to compare

Added option to exclude authenticated users. Helps narrow data collection and focus on sign-up bandits.
Exclude users without a session ID. Will reduce spam in database from bots and yield more accurate results.
Made UserActivity log searchable within admin view.
Excludes 404 pages from UserActivity tracking. Reduces spam in database from bots.
Added tests for all the above.

v0.1.5

25 Aug 14:30
dbd4343

Choose a tag to compare

  • Added REGEX exclusion option to better filter tracking from unwanted URLs.

v0.1.4

23 Aug 15:05

Choose a tag to compare

Added foreign key relationship according to potential custom User models in Django for added flexibility.

v0.1.3

23 Aug 14:41
cd053ce

Choose a tag to compare

New Django Middleware for Multi-Armed Bandits and site optimization!

Tracks user conversions and automatically chooses a winning option when statistical thresholds are met.