mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-10 18:10:58 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| api | ||
| forms | ||
| modeladmin | ||
| frontendcache.rst | ||
| index.rst | ||
| routablepage.rst | ||
| searchpromotions.rst | ||
| settings.rst | ||
| sitemaps.rst | ||
| staticsitegen.rst | ||
| table_block.rst | ||