0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/wagtail
Tomasz Knapik 361def81c2 Wrap deleting page into database transaction
Currently queries executed in the hooks don't run in the transaction
with the page deletion query and it's harder to write hook without
copying the whole view if you want to keep queries running in the hooks
integral with page deletion.
2018-08-16 17:18:02 +01:00
..
admin Wrap deleting page into database transaction 2018-08-16 17:18:02 +01:00
api return none if page specific_class is not set in PageTypeField to_representation 2018-06-21 10:12:44 +01:00
bin
contrib Prevent AppRegistryNotReady error when wagtail.contrib.sitemaps is in INSTALLED_APPS 2018-08-13 16:30:46 +01:00
core Update BlockWidget to accept a renderer kwarg to render and render_with_errors 2018-08-08 19:47:00 +01:00
documents Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
embeds Simplify URL validator code on EmbedForm 2018-08-16 13:59:22 +01:00
images Added a simple scale filter to image_operations. 2018-08-09 16:11:39 +01:00
project_template Stop ignoring failures on Django 2.1 / specify Django 2.1 in project template 2018-08-09 00:34:38 +01:00
search Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
sites Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
snippets Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
tests Fix support for related_query_name in InlinePanel relations 2018-08-14 16:47:11 +01:00
users Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs 2018-08-09 00:34:38 +01:00
utils Fix WidgetWithScript to accept renderer kwarg 2018-08-08 19:47:00 +01:00
__init__.py Version bump to start work on 2.3 2018-07-31 10:55:04 +01:00