kopia lustrzana https://github.com/wagtail/wagtail
prepare for 0.7 release
rodzic
9640030e4c
commit
aa0f0b942e
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.7 (xx.xx.2014)
|
||||
0.7 (09.10.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
* Added interface for choosing focal point on images
|
||||
* Redesigned and reorganised navigation menu to include a 'Settings' submenu
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
==========================================
|
||||
Wagtail 0.7 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
=========================
|
||||
Wagtail 0.7 release notes
|
||||
=========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
@ -100,7 +100,3 @@ The ``focal_point_key`` field on wagtailimages.Rendition has been changed to ``n
|
|||
|
||||
- https://github.com/torchbox/wagtail/blob/master/wagtail/wagtailimages/south_migrations/0004_auto__chg_field_rendition_focal_point_key.py (for South / Django 1.6)
|
||||
- https://github.com/torchbox/wagtail/blob/master/wagtail/wagtailimages/migrations/0004_make_focal_point_key_not_nullable.py (for Django 1.7)
|
||||
|
||||
|
||||
Deprecated features
|
||||
===================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Minimal requirements
|
||||
Django>=1.7,<1.8
|
||||
wagtail==0.6
|
||||
wagtail==0.7
|
||||
|
||||
# Recommended components (require additional setup):
|
||||
# psycopg2==2.5.2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = '0.6'
|
||||
__version__ = '0.7'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
|
Ładowanie…
Reference in New Issue