Bump django-waffle from 2.2.1 to 4.1.0
Bumps django-waffle from 2.2.1 to 4.1.0.
Release notes
Sourced from django-waffle's releases.
v4.1.0
What's Changed
- add support for everyone option to is_active_for_user by
@jdoconnorin django-waffle/django-waffle#491- Add --testing option to waffle_flag mgmt command by
@kevinmmmcsin django-waffle/django-waffle#494New Contributors
@jdoconnormade their first contribution in django-waffle/django-waffle#491@kevinmmmcsmade their first contribution in django-waffle/django-waffle#494Full Changelog: https://github.com/django-waffle/django-waffle/compare/v4.0.0...v4.1.0
v4.0.0
What's Changed
- Updated CHANGES for v3.0.0 by
@clintonbin django-waffle/django-waffle#465- Add python_requires and install_requires to help pip by
@gopackgo90in django-waffle/django-waffle#466- fix: Reduce linting issues by
@adamantikein django-waffle/django-waffle#468- Use admin action decorator by
@adamantikein django-waffle/django-waffle#467- misc: Add initial support for Mypy checks by
@adamantikein django-waffle/django-waffle#469- misc: Add initial type hints by
@adamantikein django-waffle/django-waffle#470- misc: Distribute and package type information by
@adamantikein django-waffle/django-waffle#472- misc: Add more type hints by
@adamantikein django-waffle/django-waffle#471- user.rst: Fix typos by
@cclaussin django-waffle/django-waffle#473- Typos: codespell --skip="*.po" -w by
@cclaussin django-waffle/django-waffle#478- from future import annotations by
@cclaussin django-waffle/django-waffle#477- mock was moved into the Python Standard Library by
@cclaussin django-waffle/django-waffle#476- Migrate metadata from setup.py and setup.cfg to pyproject.toml by
@cclaussin django-waffle/django-waffle#475- Dropped support for Python 3.7 by
@clintonbin django-waffle/django-waffle#487- Django 4.2.0 and Python 3.11 compatibility by
@bennylopein django-waffle/django-waffle#484New Contributors
@adamantikemade their first contribution in django-waffle/django-waffle#468@cclaussmade their first contribution in django-waffle/django-waffle#473@bennylopemade their first contribution in django-waffle/django-waffle#484Full Changelog: https://github.com/django-waffle/django-waffle/compare/v3.0.0...v4.0.0
v3.0.0
What's Changed
- Update Github actions by
@ulgensin django-waffle/django-waffle#459- Pluggable Switch and Sample models #456 by
@cole-jacobsin django-waffle/django-waffle#457- Remove support for EOL Python versions by
@ulgensin django-waffle/django-waffle#460- Update Django versions by
@ulgensin django-waffle/django-waffle#461New Contributors
@ulgensmade their first contribution in django-waffle/django-waffle#459@cole-jacobsmade their first contribution in django-waffle/django-waffle#457Full Changelog: https://github.com/django-waffle/django-waffle/compare/v2.7.0...v3.0.0
v2.7.0
... (truncated)
Changelog
Sourced from django-waffle's changelog.
v4.1.0
- Updated
is_active_for_usermethod to account foreveryoneoption- Added
--testingoption to waffle_flag management commandv4.0.0
- Added support for Django 4.2 and Python 3.11
- Dropped support for Python 3.7
- Added type hints
v3.0.0
- Added support for pluggable Sample and Switch models
- Removed support EOL Python versions
- Removed support for EOL Django versions
v2.7.0
- Exposed JSON endpoint for Waffle flag/switch/sample state
v2.6.0
- Fixed Django 4.0 compatibility
- Added support for custom Sample and Switch models
- Added ability to determine if flag is active without persisting new state
- Added support for Python 3.10
v2.5.0
- Corrected error in docs
- Added setting to support disabling admin pages
v2.4.1
- Reverted: Creating missing flags for all attempts to access the missing flag
v2.4.0
- Preventing exceptions for template use cases where a request is not available
- Creating missing flags for all attempts to access the missing flag
- Added Italian translations
- Removed universal wheel
v2.3.0
- Added support for Django 4.0
Commits
63444d6Releasing 4.1.080f5b33Add --testing option to waffle_flag mgmt command (#494)21d7fadadd support for everyone option to is_active_for_user (#491)be05c2cReleasing 4.0.0a5fb407Added Django 4.2.0 and Python 3.11 compatibility (#484)2b78d9cDropped support for Python 3.7 (#487)1d7a097Migrate metadata from setup.py and setup.cfg to pyproject.toml (#475)88ab289mock was moved into the Python Standard Library (#476)7e45cd0from future import annotations (#477)f2378a1Typos: codespell --skip="*.po" -w (#478)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of django-waffle exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.