FlipperPA / peregrine

Peregrine is an opinionated blog for Wagtail and Django.
BSD 3-Clause "New" or "Revised" License
48 stars 10 forks source link

Update to support Wagtail >=2.9, access to request site api has changed #14

Closed tdxdave closed 3 years ago

tdxdave commented 3 years ago

Fixes #11 SiteMiddleware and request.site deprecated in Wagtail 2.9 https://docs.wagtail.io/en/stable/releases/2.9.html#sitemiddleware-and-request-site-deprecated

FlipperPA commented 3 years ago

Thanks for the reminder that I need to update the version of Wagtail that my blog runs on, @tdxdave! 😄

FlipperPA commented 3 years ago

@tdxdave I've added a few more fixes, and made 2.9+ a requirement in setup.py. This also requires a newer version of django-bootstrap4 for the deprecation of six.

Published to PyPI as 0.4.0. Enjoy!