-
Notifications
You must be signed in to change notification settings - Fork 52
Wagtail 7.2 maintenance #257
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
Closed
Closed
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d77b89d
Run django-upgrade
katdom13 e7db2d5
Update testing matrix on tox.ini
katdom13 e0fb638
Update classifiers, Bump Wagtail version lowerbound
katdom13 8f2a503
Bump Wagtail version lowerbound on sandbox/requirements.txt
katdom13 67a612b
Bump Wagtail action versions
katdom13 7c2ef0f
Update otp_form and legacy otp_form
katdom13 18e3923
Remove usage of deprecated wagtail.contrib.modeladmin
katdom13 623b06b
Update CHANGES
katdom13 7bd75a0
Fix createsuperuser command
katdom13 12fe29e
Merge pull request #5 from torchbox-forks/support/wagtail-60
katdom13 8e9ec4f
Wagtail 6.1 upgrade consideration: The function signature for the reg…
katdom13 a661b86
Update test suite
katdom13 ba80f48
Update CHANGES
katdom13 c133098
Fix missing icon
katdom13 535cf5f
Merge pull request #6 from torchbox-forks/support/wagtail61
katdom13 238c6c2
Add testing for Wagtail 6.2
nickmoreton d066991
Update readme with fork information
nickmoreton cde6ffd
Merge pull request #9 from torchbox-forks/update-fork-readme
nickmoreton c9d4728
Merge pull request #7 from torchbox-forks/support/wagtail-62
nickmoreton 7f500c0
Update to incoude testing for Wagtail 6.3
nickmoreton 881e9ee
Update the sanbox requirements
nickmoreton 471d777
Update the CHANGES file
nickmoreton 6d289b6
Merge pull request #8 from torchbox-forks/support/wagtail-63
nickmoreton e353c96
Remove conditional that's no longer needed
nickmoreton d3f577d
Add wagtail 6.4 testing to tox.ini
nickmoreton 7fc312c
update CHANGES
nickmoreton 981eb76
Update sandbox requirements to reflect setup.py
nickmoreton d1bbee0
Adjust minimum python
nickmoreton ee67c93
Merge pull request #10 from torchbox-forks/support/wagtail-64-upgrade
nickmoreton d9232dd
Merge remote-tracking branch 'origin/master'
9848dab
Updates to modern versions of packages and to support currently suppo…
efa4d1e
Remove unnecessary template
7684003
Switch button type to make it appear under the more menu
0daaae5
Update changelog to try and clean up release tagging.
a78a085
Merge pull request #12 from torchbox-forks/support/wagtail-71-mainten…
damwaingames 6956899
Adjust testing to cover Wagtail 7.2 and Python 3.14
nickmoreton 997eaa6
Update CHANGES
nickmoreton 82c338d
Update README
nickmoreton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Django>=3.2 | ||
| wagtail>=4.1 | ||
| django-debug-toolbar==3.2.2 | ||
| Django>=4.2 | ||
| wagtail>=6.3 | ||
| django-debug-toolbar==4.4.6 | ||
| -e .[docs,test] |
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: use the
{% icon %}tag (https://docs.wagtail.org/en/stable/advanced_topics/icons.html#icon-template-tag)with
{% load wagtailadmin_tags %}