pull/2416/merge
Karl Hobley 2016-05-12 10:24:15 +01:00
rodzic 0467e47951
commit 9cd2bf6447
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,7 @@ Changelog
* Fix: `decorate_urlpatterns` now uses `functools.update_wrapper` to keep view names and docstrings (Mario César)
* Fix: StreamField block controls are no longer hidden by the StreamField menu when prepending a new block (Vincent Audebert)
* Fix: Removed invalid use of `__` alias that prevented strings getting picked up for translation (Juha Yrjölä)
* Fix: Routable pages without a main view no longer raise a `TypeError` (Bojan Mihelac)
1.4.4 (xx.xx.2016)

Wyświetl plik

@ -135,6 +135,7 @@ Contributors
* David Seddon
* Brad Busenius
* Juha Yrjölä
* Bojan Mihelac
Translators
===========

Wyświetl plik

@ -83,6 +83,7 @@ Bug fixes
* ``decorate_urlpatterns`` now uses ``functools.update_wrapper`` to keep view names and docstrings (Mario César)
* StreamField block controls are no longer hidden by the StreamField menu when prepending a new block (Vincent Audebert)
* Removed invalid use of ``__`` alias that prevented strings getting picked up for translation (Juha Yrjölä)
* :ref:`Routable pages <routable_page_mixin>` without a main view no longer raise a ``TypeError`` (Bojan Mihelac)
Upgrade considerations