wagtail/docs/releases/0.7.rst

39 wiersze
1.2 KiB
ReStructuredText
Czysty Zwykły widok Historia

==========================================
Wagtail 0.7 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
New interface for choosing images focal point
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Minor features
~~~~~~~~~~~~~~
* The ``content_type`` template filter has been removed from the project template, as the same thing can be accomplished with ``self.get_verbose_name|slugify``.
2014-09-16 14:47:40 +00:00
* Page copy operations now also copy the page revision history.
* Page models now support a ``parent_page_types`` property in addition to ``subpage types``, to restrict the types of page they can be created under.
2014-09-18 08:49:08 +00:00
* ``register_snippet`` can now be invoked as a decorator.
2014-09-22 20:03:45 +00:00
* The project template (used when running ``wagtail start``) has been updated to Django 1.7.
Bug fixes
~~~~~~~~~
* The 'wagtail start' command now works on Windows and other environments where the ``django-admin.py`` executable is not readily accessible.
* The external image URL generator no longer stores generated images in Django's cache; this was an unintentional side-effect of setting cache control headers.
2014-09-25 08:46:25 +00:00
Upgrade considerations
======================
Deprecated features
===================