Skip to content

Commit

Permalink
Release note / additional fix for wagtail#6339
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Oct 5, 2020
1 parent 07a4b41 commit dd42d91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Changelog
* The `BASE_URL` setting is now converted to a str, if it isn't already, when constructing API URLs (thenewguy)
* Preview from 'pages awaiting moderation' now opens in a new window (Cynthia Kiser)
* Add document extension validation if `WAGTAIL_DOCS_EXTENSIONS` is set (Meghana Bhange)
* Use `django-admin` command in place of `django-admin.py` (minusf)
* Fix: Make page-level actions accessible to keyboard users in page listing tables (Jesse Menn)
* Fix: `WAGTAILFRONTENDCACHE_LANGUAGES` was being interpreted incorrectly. It now accepts a list of strings, as documented (Karl Hobley)
* Fix: Update oEmbed endpoints to use https where available (Matt Westcott)
Expand Down
3 changes: 2 additions & 1 deletion docs/releases/2.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Other features
* Add check to disallow StreamField block names that do not match Python variable syntax (François Poulain)
* The ``BASE_URL`` setting is now converted to a str, if it isn't already, when constructing API URLs (thenewguy)
* Preview from 'pages awaiting moderation' now opens in a new window (Cynthia Kiser)
* Add document extension validation if `WAGTAIL_DOCS_EXTENSIONS` is set to a list of allowed extensions (Meghana Bhange)
* Add document extension validation if ``WAGTAIL_DOCS_EXTENSIONS`` is set to a list of allowed extensions (Meghana Bhange)
* Use ``django-admin`` command in place of ``django-admin.py`` (minusf)


Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion etc/uwsgi.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cheaper-step = 1
# Application environment.
env = PATH=/home/mywagtail/venv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
env = HOME=/home/mywagtail
# Set $PYTHONPATH so that 'django-admin.py' worker without needing the
# Set $PYTHONPATH so that 'django-admin' works without needing the
# virtualenv active.
env = PYTHONPATH=/home/mywagtail/app/mywagtail
# Settings module.
Expand Down

0 comments on commit dd42d91

Please sign in to comment.