Tags: codingjoe/django-mail-auth
Tags
Bump black from 23.10.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Rename `BaseLoginForm.get_context` to avoid clash with Django interna… …ls (#40) In Django 4.0 `forms.Form.get_context` was introduced for passing form context in templates. https://docs.djangoproject.com/en/4.0/ref/forms/api/#django.forms.Form.get_context Due to this we have a clash, as django-mail-auth uses function with the same name, but for different purpose: ```python BaseLoginForm.get_context() missing 2 required positional arguments: 'request' and 'user' ```
PreviousNext