wagtail/docs/releases/1.6.1.rst

18 wiersze
531 B
ReStructuredText
Czysty Zwykły widok Historia

2016-08-23 10:56:02 +00:00
============================================
Wagtail 1.6.1 release notes - IN DEVELOPMENT
============================================
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* Wagtail's middleware classes are now compatible with Django 1.10's `new-style middleware <https://docs.djangoproject.com/en/1.10/releases/1.10/#new-style-middleware>`_ (Karl Hobley)
2016-08-23 11:56:27 +00:00
* The :meth:`~wagtail.wagtailcore.models.Page.can_create_at` method is now checked in the create page view (Mikalai Radchuk)