wagtail/wagtail
Tim Heap 9c2f2aac0f Use render_basic for StructBlocks (#3393)
Having a StructBlock rendered via a template was inconsistent with other
blocks, It also meant that overriding `render_basic()` in a child class
did nothing, again unlike all other blocks. Providing a `render_basic()`
is useful for block libraries, where a `render_basic()` provides a very
minimal implementation with the expectation that developers will provide
their own render method via a template.
2017-02-21 10:39:29 +00:00
..
api Add new Block.render_api method (#3237) 2017-01-26 17:14:34 +00:00
bin Fix PEP8 E305 errors (expected 2 blank lines after class or function definition) 2016-11-15 09:43:04 +00:00
contrib Style amends for modeladmin.view.IndexView: 2017-02-17 21:08:13 +01:00
project_template Rename project_template homepage to "Home" 2017-02-14 17:20:19 +00:00
tests speedup tests 2017-02-20 19:05:16 +00:00
utils Rotate deprecation warnings 2017-02-10 10:32:33 +00:00
wagtailadmin Use render_basic for StructBlocks (#3393) 2017-02-21 10:39:29 +00:00
wagtailcore Use render_basic for StructBlocks (#3393) 2017-02-21 10:39:29 +00:00
wagtaildocs feat: Added construct_image_chooser_queryset, construct_document_chooser_queryset and construct_page_chooser_queryset hooks 2017-02-17 10:40:03 +00:00
wagtailembeds Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailforms Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailimages feat: Added construct_image_chooser_queryset, construct_document_chooser_queryset and construct_page_chooser_queryset hooks 2017-02-17 10:40:03 +00:00
wagtailredirects Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailsearch Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailsites Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailsnippets Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
wagtailusers Pull new translations from Transifex 2017-02-16 10:47:00 +00:00
__init__.py Version bump to begin work on 1.10 2017-02-06 12:58:48 +00:00