Releases: yunojuno/django-user-visit
Releases · yunojuno/django-user-visit
Add support for Django 4.1+, and Python 3.11+
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)
Django 3.1 support
Add support for Django 3.1 (#10) No code changes required - just a change in classifiers and the CI test matrix.
Add hash field
Used to track "duplicate" visits.
Convert to use sessions not cache
Sessions already exists, and handle people logging in / out for us.
First release
Probably best not to use in production (unless you wrote the package).
Add unique constraint to UserVisit.uuid
v0.1.0-dev2
Add UserVisit.uuid model field
v0.1.0-dev1
Initial (pre)release
First working release, do not use in production.