wagtail/docs/reference/contrib
Andy Babic 3348cd5c89 Reduce modeladmin’s dependency on wagtail.wagtailimages and wagtail.wagtaildocs
- Remove imports at the top of options.py and views.py that result in ImportError when those apps aren’t installed
- Alter ThumbnailMixin and InspectView to use the `wagtail.wagtailimages.shortcuts.get_rendition_or_not_found()` method to render images, which handles missing image source files gracefully, and reduces code duplication.
- Simplify `get_field_display_value()` by not limiting image and document rendering to ForeignKey fields. It should work consistently for property methods or other attributes too.
2017-03-03 15:33:17 +00:00
..
api Update project template + docs to clarify that wagtail_urls should appear at the end of urlpatterns 2017-01-13 17:06:52 +00:00
forms Fix a typo in a docstring 2017-01-25 21:34:25 +03:00
modeladmin Reduce modeladmin’s dependency on wagtail.wagtailimages and wagtail.wagtaildocs 2017-03-03 15:33:17 +00:00
frontendcache.rst Update the Cloudflare backend to use the v4 API 2016-11-17 12:01:57 +00:00
index.rst Add docs about wagtailforms customisation 2017-01-25 21:34:25 +03:00
routablepage.rst Mention addition to INSTALLED_APPS in routablepage docs 2017-01-23 17:07:19 +00:00
searchpromotions.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
settings.rst Release notes for #3047 2016-10-10 14:24:01 +03:00
sitemaps.rst Update project template + docs to clarify that wagtail_urls should appear at the end of urlpatterns 2017-01-13 17:06:52 +00:00
staticsitegen.rst Use .. code-block:: console for all shell commands 2016-11-28 13:41:35 +00:00
table_block.rst Rename table_block.fields to table_block.blocks 2016-05-18 15:51:54 +01:00