Django-guest-user

Latest version: v0.5.5

Safety actively analyzes 622275 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.5

Changes

- Added `default_auto_field` to the app config class to prevent unnecessary migrations (10)
- Drop support for Python 3.7

0.5.4

Changes

- Update initial migration to prevent missing migrations when running `makemigrations` (8)
- Fix potential issues with User models that don't use a `username` field (9)

0.5.3

Changes

- Added a new contrib middleware for [django-tos](https://github.com/revsys/django-tos) (#5)

0.5.2

Changes

- Fixed authentication backend: It will now prevent authentication if a password was supplied instead of throwing an exception.

0.5.1

Changes

- Removed deprecated `default_app_config` in packages (Thank you blag 2 )
- Removed support for Django 3.1 (No longer supported since Dec 7, 2021)

0.5.0

Changes

- Added `GUEST_USER_NAME_SUFFIX_DIGITS` setting to append more numbers to a generated username.
- Delete guests depending on `created_at` timestamp and do not rely on `last_login` field to exist on the User model.
- A lot more [documentation](https://django-guest-user.readthedocs.io/en/latest/)!

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.