Add image for m2m feature in release notes

This commit is contained in:
Matt Westcott 2017-02-06 12:07:32 +00:00
parent de9ffaab49
commit 70a23808ec
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -21,6 +21,8 @@ Wagtail now provides the ability to view differences between revisions of a page
Many-to-many relations on page models
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: ../_static/images/releasenotes_1_9_m2m.png
Wagtail now supports a new field type ``ParentalManyToManyField`` that can be used to set up many-to-many relations on pages. For details, see the :ref:`tutorial_categories` section of the tutorial. This feature was developed by Thejaswi Puthraya and Matt Westcott.