Updated to Wagtail 1.13

This commit is contained in:
datalets 2017-10-23 09:42:52 +02:00
parent 5fbdd3da06
commit c6a818815e
4 changed files with 10 additions and 16 deletions

View File

@ -1,11 +1,3 @@
# Change Log # Change Log
## [v0.0.2](https://github.com/datalets/public-health-ch/tree/v0.0.2) (2017-05-05) Please see [Pull Request history](https://github.com/datalets/public-health-ch/pulls?q=is%3Apr+is%3Aclosed) on GitHub.
[Full Changelog](https://github.com/datalets/public-health-ch/compare/v0.0.2...v0.0.1)
- Social media networks snippet
- Update to Wagtail 1.10, Django 1.11
## [v0.0.1](https://github.com/datalets/public-health-ch/tree/v0.0.1) (2017-05-04)
- Initial release

View File

@ -1,7 +1,7 @@
Public Health Schweiz Public Health Schweiz
===================== =====================
New website of the [Swiss Society for Public Health](http://public-health.ch), developed by [datalets,ch](http://datalets.ch) using the open source, [Django](https://www.djangoproject.com/)-based [Wagtail CMS](http://wagtail.io). The frontend has been implemented by [moving water](http://www.movingwater.ch/) using [Bootstrap](https://getbootstrap.com) framework. Website of the [Swiss Society for Public Health](http://public-health.ch), developed by [datalets,ch](http://datalets.ch) using the open source, [Django](https://www.djangoproject.com/)-based [Wagtail CMS](http://wagtail.io). The frontend is implemented by [moving water](http://www.movingwater.ch/) using [Bootstrap](https://getbootstrap.com) framework.
This project is open source under the [MIT License](LICENSE.md). This project is open source under the [MIT License](LICENSE.md).

View File

@ -1,4 +1,6 @@
pytest>=3.0.3 # Updated: 23.10.2017
pytest-splinter>=1.8.5
tox>=2.9.1 pytest==3.0.3
django-debug-toolbar>=1.8 pytest-splinter==1.8.5
tox==2.9.1
django-debug-toolbar==1.8

View File

@ -1,7 +1,7 @@
# Updated: 20.9.2017 # Updated: 23.10.2017
# Core # Core
wagtail==1.12.2 wagtail==1.13
Django==1.11.6 Django==1.11.6
# Database # Database