Storm Heg
Storm Heg
per https://wheel.readthedocs.io/en/stable/quickstart.html
See https://docs.wagtail.io/en/latest/releases/upgrading.html#compatible-django-python-versions
With this PR we test the package against Django 2.2 up to Django 4.0 with all Django-supported Python versions. - This includes Python 3.6 which is end-of-life since last year,...
To test and develop new functionality it is very useful to have a 'sandbox' project that uses django-recaptcha so you can quickly see what impact changes have. I have developed...
The footer of the site contains a copyright notice reservering all rights. > 'Copyright The Wagtail Bakery, 2019. All rights reserved.' This is inaccurate. According to the readme of this...
see https://github.com/wagtail/wagtail/wiki/Python-Package-Maintenance-Guidelines Since wagtail-bakery is a first-party package we should aim to implement these guidelines. I've copied the guidelines here and added tick marks for what needs to be done....
The last entry to the [changelog](https://github.com/labd/wagtail-2fa/blob/master/CHANGES) was for 1.5.0 Looking at the [tags](https://github.com/labd/wagtail-2fa/tags) for this repository, the following entries are missing from the changelog. - 1.6.0 - 1.6.1. - 1.6.2...
This PR automates the release process to PyPI using [trusted publishing](https://docs.pypi.org/trusted-publishers/). Some additional setup is required in PyPI's interface. See https://docs.pypi.org/trusted-publishers/adding-a-publisher/ @zerolab or @thibaudcolas, since you are both listed as...
Covers: - Automated publication of a page on a schedule - Automated unpublish / expiry on a schedule
Attempts to declutter the project and ease maintenance. - Remove a lot of targets from the `Makefile` which I believe are rarely used. Less is better. - ~~Remove the Github...