wagtail/docs/reference
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
..
contrib Reduce modeladmin’s dependency on wagtail.wagtailimages and wagtail.wagtaildocs 2017-03-03 15:33:17 +00:00
pages in Page reference docs, don't tell people to consult source code (#3303) 2017-01-28 00:11:52 +00:00
hooks.rst feat: Added construct_image_chooser_queryset, construct_document_chooser_queryset and construct_page_chooser_queryset hooks 2017-02-17 10:40:03 +00:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst Remove old versionadded notes 2016-11-28 13:41:35 +00:00
project_template.rst Remove mention of SASS / django-compressor; fix minor text errors 2015-10-15 09:21:47 +01:00
signals.rst Fix internal links 2016-03-06 21:05:05 +00:00