mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 20:14:55 +00:00
Merge branch 'stable/0.3.x'
Conflicts: CHANGELOG.txt
This commit is contained in:
commit
3546a1e48a
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue