0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00
wagtail/docs/reference/contrib/modeladmin
Andy Chosak 17e09fee76
Fix quotes in ModelAdmin documentation
Building the docs currently generates a warning:

wagtail/docs/reference/contrib/modeladmin/indexview.rst:423: WARNING: Could not lex literal_block as "python". Highlighting skipped.

This is due to use of backticks instead of single quotes on this page:

https://docs.wagtail.io/en/v2.8/reference/contrib/modeladmin/indexview.html#modeladmin-get-queryset

In practice this doesn't seem to actually break highlighting, but it's still good to fix.
2020-03-04 13:21:53 -05:00
..
tips_and_tricks Move reversing_urls.rst into a subdirectory with it's own index, and include that index in the modeladmin docs' main toctree 2019-03-14 09:48:02 +01:00
chooseparentview.rst Fix whitespace errors in docs 2016-11-28 13:41:35 +00:00
create_edit_delete_views.rst Remove old versionadded tags in the docs 2019-10-29 08:56:12 +00:00
index.rst Move reversing_urls.rst into a subdirectory with it's own index, and include that index in the modeladmin docs' main toctree 2019-03-14 09:48:02 +01:00
indexview.rst Fix quotes in ModelAdmin documentation 2020-03-04 13:21:53 -05:00
inspectview.rst Fix wording 2018-05-18 14:55:29 +01:00
menu_item.rst Fix minor typo in modeladmin docs (#4509) 2018-05-02 18:11:01 +03:00
primer.rst Documentation - include {{ block.super }} example in modelAdmin 2019-12-02 09:43:33 +10:00