Version bump to 1.3.1

Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
	wagtail/project_template/requirements.txt
	wagtail/wagtailcore/__init__.py
pull/2094/head
Matt Westcott 2016-01-05 15:26:17 +00:00
rodzic 77163d33ce
commit bd0ad843fb
3 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,11 @@ Changelog
* Fix: Custom page managers no longer raise an error when used on an abstract model
* Fix: Wagtail's migrations are now all reversible (benjaoming)
1.3.1 (05.01.2016)
~~~~~~~~~~~~~~~~~~
* Fix: Applied workaround for failing wagtailimages migration on Django 1.8.8 / 1.9.1 with Postgres (see <https://code.djangoproject.com/ticket/26034>)
1.3 (23.12.2015)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,15 @@
===========================
Wagtail 1.3.1 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* Applied workaround for failing ``wagtailimages`` migration on Django 1.8.8 / 1.9.1 with Postgres (see `Django issue #26034 <https://code.djangoproject.com/ticket/26034>`_)

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
1.4
1.3.1
1.3
1.2
1.1