8000 Comparing 5.3.0...5.3.1 · cfpb/wagtail-flags · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfpb/wagtail-flags
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3.0
Choose a base ref
...
head repository: cfpb/wagtail-flags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 15, 2023

  1. Deprecate reliance on Wagtail's testapp

    This commit removes the reference to wagtail.test.testapp from this
    project's test settings. It is not used or needed, and was causing
    issues testing Wagtail 4.2.4. See wagtail-sharing#66.
    
    As part of this change I tidied up the settings INSTALLED_APPS.
    chosak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3943834 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from cfpb/deprecate/wagtail-testapp

    Deprecate reliance on Wagtail's testapp
    chosak authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d49b2f5 View commit details
    Browse the repository at this point in the history
  3. Fix classname deprecation warning in Wagtail 4.2

    Wagtail 4.2 deprecates use of the `class_name` attribute in the icon tag.
    This commit replaces it with `classname` instead. See:
    
    https://docs.wagtail.org/en/stable/releases/4.2.html#adoption-of-classname-convention-for-some-template-tags-includes
    chosak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    94fa56a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from cfpb/fix/class_name-to-classname

    Fix classname deprecation warning in Wagtail 4.2
    chosak authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6520756 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Use PyPI trusted publishing on release

    This change uses
    [PyPI trusted publishing](https://docs.pypi.org/trusted-publishers/) on release. It requires corresponding changes to the wagtail-sharing package on PyPI to configure the GitHub Actions in release.yml to be allowed to publish, but I have already done this.
    
    This is the model that PyPI recommends, and that works for our latest [wagtail-treemodeladmin](https://github.com/cfpb/wagtail-treemodeladmin/blob/main/.github/workflows/release.yml) release.
    willbarton committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    52b1a19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from cfpb/pypi-trusted-publishing

    Use PyPI trusted publishing on release
    willbarton authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3bc6c17 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    d53ae98 View commit details
    Browse the repository at this point in the history
Loading
0