Skip to content

0.8.0

Compare
Choose a tag to compare
@vsalvino vsalvino released this 18 Oct 02:53
6479aa2

New Features:

  • Updated to Wagtail 2.2
  • Updated docs to include stability warning

Bug Fixes:

  • Fixed issue where default templates generated invalid AMP syntax.
  • Multiple child classes can now be created from abstract CoderedArticlePage

Upgrade considerations:

  • You may need to run makemigrations in your project to update models inheriting from CoderedArticlePage. The related_name for the author attribute has changed.