django-improved-user
django-improved-user copied to clipboard
A custom Django user that authenticates via email. Follows identity and authentication best practices.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v4.0.0-alpha.8) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.10.1...5.13.2) - [github.com/psf/black: 22.3.0 → 24.4.2](https://github.com/psf/black/compare/22.3.0...24.4.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.1.0) - [github.com/asottile/pyupgrade: v2.32.1 →...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.5.1. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.5.1 What's Changed Fixed printing out the dist hashes when packages_dir is a wildcard value. — by @meowmeowmeowcat...
Bumps [faker](https://github.com/joke2k/faker) from 11.3.0 to 13.15.1. Release notes Sourced from faker's releases. Release v13.15.1 See CHANGELOG.md. Release v13.15.0 See CHANGELOG.md. Release v13.14.0 See CHANGELOG.md. Release v13.13.1 See CHANGELOG.md. Release v13.13.0...
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.2 to 2.12.2. Changelog Sourced from astroid's changelog. What's New in astroid 2.12.2? Release date: 2022-07-12 Fixed crash in modulo operations for divisions by zero. Closes #1700...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. Release notes Sourced from codecov/codecov-action's releases. v3.0.0 Breaking Changes #689 Bump to node16 and small fixes Features #688 Incorporate gcov arguments for the Codecov...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...