Skip to content

Releases: yunojuno/django-user-visit

Add support for Django 4.1+, and Python 3.11+

13 Nov 13:18
dcb9599
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

2.0

  • Add support for Django 4.1,4.2,5.0 and Python 3.11, 3.12
  • Replace flake8, isort with ruff.
  • Add browser, device, os denomralised fields (thanks @mboboc)

Remove session caching (#6)

05 Jul 08:54
c0561b0
Compare
Choose a tag to compare

Django 3.1 support

19 Aug 17:02
17116cd
Compare
Choose a tag to compare
Add support for Django 3.1 (#10)

No code changes required - just a change in classifiers and the CI test matrix.

Add hash field

04 Jul 22:46
Compare
Choose a tag to compare

Used to track "duplicate" visits.

Convert to use sessions not cache

04 Jul 12:48
0575ae5
Compare
Choose a tag to compare

Sessions already exists, and handle people logging in / out for us.

First release

03 Jul 15:38
Compare
Choose a tag to compare

Probably best not to use in production (unless you wrote the package).

Add unique constraint to UserVisit.uuid

02 Jul 21:16
Compare
Choose a tag to compare
Pre-release
v0.1.0-dev2

Add UserVisit.uuid model field

02 Jul 20:37
Compare
Choose a tag to compare
Pre-release
v0.1.0-dev1

Initial (pre)release

02 Jul 19:22
Compare
Choose a tag to compare
Initial (pre)release Pre-release
Pre-release

First working release, do not use in production.