forked from jazzband/django-polymorphic
-
Notifications
You must be signed in to change notification settings - Fork 0
Bring up to date with upstream v4.0.0 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Smona
wants to merge
96
commits into
master
Choose a base branch
from
v4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [django](https://github.com/django/django) from 3.2.9 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.9...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Replaced legacy `--natural` flag which does not exist in django anymore with `--natural-foreign` and `--natural-primary`
Define version instead in polymorphic/__init__.py file.
Co-authored-by: Jan Malte Gerth <[email protected]>
Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.23. - [Commits](django/django@3.2.18...3.2.23) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Fix for error in jazzband#539
Use newer versions, and the pre-compiled mypyc version of Black which is faster Co-authored-by: Hugo van Kemenade <[email protected]>
Fix all links in the docs
Add pre commit
Co-authored-by: Hugo van Kemenade <[email protected]>
* Switch linting and formatting from flake8+isort+black to ruff+ruff-format * CI: add pre-commit step
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.6...v0.1.8)
…nfig [pre-commit.ci] pre-commit autoupdate
Use pytest for testing & modernize assertions
Fix build read the docs. 5th attempt
Fix build read the docs. 6th attempt
Fix build read the docs. 7th attempt
Fix build read the docs. 8th attempt
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.4...v0.3.7)
for more information, see https://pre-commit.ci
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.7...v0.4.1)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.2...v0.4.3)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.3...v0.4.4)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5)
for more information, see https://pre-commit.ci
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.5...v0.4.7)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8)
README spelling fix
…nfig [pre-commit.ci] pre-commit autoupdate
brings up to date with upstream v4.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should add support for django 4.2