Add missing backticks to 'Custom document models' release note

This commit is contained in:
Matt Westcott 2016-01-28 13:05:50 +00:00
parent 3f2f5665b0
commit 6b78836d8d

View file

@ -14,7 +14,7 @@ What's new
Custom document models
~~~~~~~~~~~~~~~~~~~~~~
The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting. This works in the same way that `WAGTAILIMAGES_IMAGE_MODEL` works for `Image`.
The ``Document`` model can now be overridden using the new ``WAGTAILDOCS_DOCUMENT_MODEL`` setting. This works in the same way that ``WAGTAILIMAGES_IMAGE_MODEL`` works for ``Image``.
Minor features
~~~~~~~~~~~~~~