-
-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: codingjoe/django-mail-auth
base: 3.0.0
head repository: codingjoe/django-mail-auth
compare: 3.0.1
- 10 commits
- 4 files changed
- 2 contributors
Commits on Nov 15, 2021
-
Bump bandit from 1.7.0 to 1.7.1 (#30)
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.0...1.7.1) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29a2ef8 - Browse repository at this point
Copy the full SHA 29a2ef8View commit details
Commits on Nov 20, 2021
-
Bump actions/setup-python from 2.2.2 to 2.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 59a8d69 - Browse repository at this point
Copy the full SHA 59a8d69View commit details -
Bump black from 21.10b0 to 21.11b1
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 13aeb06 - Browse repository at this point
Copy the full SHA 13aeb06View commit details
Commits on Nov 24, 2021
-
Bump actions/cache from 2.1.6 to 2.1.7 (#34)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 352d048 - Browse repository at this point
Copy the full SHA 352d048View commit details
Commits on Nov 30, 2021
-
Bump actions/setup-python from 2.3.0 to 2.3.1 (#35)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c7d724 - Browse repository at this point
Copy the full SHA 8c7d724View commit details -
Bump actions/setup-node from 2.4.1 to 2.5.0 (#36)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09e54bb - Browse repository at this point
Copy the full SHA 09e54bbView commit details
Commits on Dec 6, 2021
-
Bump black from 21.11b1 to 21.12b0
Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f75bdd - Browse repository at this point
Copy the full SHA 9f75bddView commit details
Commits on Dec 10, 2021
-
CI: use cache provided by setup-python
Also, set lts node version
Configuration menu - View commit details
-
Copy full SHA for 9f33cd6 - Browse repository at this point
Copy the full SHA 9f33cd6View commit details
Commits on Dec 29, 2021
-
Bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d4c869 - Browse repository at this point
Copy the full SHA 1d4c869View commit details
Commits on Jan 11, 2022
-
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' ```
Configuration menu - View commit details
-
Copy full SHA for d5df6a0 - Browse repository at this point
Copy the full SHA d5df6a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.0...3.0.1