Merge branch 'stable/0.3.x'

Conflicts:
	CHANGELOG.txt
This commit is contained in:
Matt Westcott 2014-06-03 15:14:45 +01:00
commit 3546a1e48a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* When logged in user visits login page, they are now redirected to the dashboard
0.3.1 (xx.xx.20xx)
0.3.1 (03.06.2014)
~~~~~~~~~~~~~~~~~~
* Fix: When constructing dummy requests for pages with no routable URL, fall back on a hostname from ALLOWED_HOSTS and finally 'localhost', to avoid 'Invalid HTTP_HOST header' errors on preview when DEBUG=False.
* Fix: Ensure that url_path is populated when previewing a newly created page, to avoid unnecessarily taking the above fallback.

View file

@ -18,7 +18,7 @@ except ImportError:
setup(
name='wagtail',
version='0.3',
version='0.3.1',
description='A Django content management system focused on flexibility and user experience',
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',