mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-11 00:33:17 +00:00
Preparing version 0.5.0 alpha.
This commit is contained in:
parent
64d78b2995
commit
63bda25e11
5 changed files with 14 additions and 7 deletions
|
|
@ -6,8 +6,11 @@ Authors
|
|||
Core Committers
|
||||
---------------
|
||||
|
||||
* Alexandre Silva
|
||||
* Diogo Marques
|
||||
* Eduardo Nogueira
|
||||
* Rui Martins
|
||||
* Tiago Costa
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
|
@ -15,11 +18,9 @@ Contributors
|
|||
* `Django-modeltranslation`_
|
||||
* `Django-linguo`_
|
||||
* Alain Gelinas
|
||||
* Eduardo Nogueira
|
||||
* Karl Hobley
|
||||
* Raphael Grill
|
||||
* Tom Dyson
|
||||
* Tiago Costa
|
||||
* Tim Tan
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
v0.5.0a:
|
||||
- Wagtail 1.4.x compatibility (#67)
|
||||
- ElasticSearch integration (#66)
|
||||
- Validation of slug uniqueness (#37)
|
||||
- Patching of inline-panels (#70)
|
||||
- Deprecated TranslationMixin and SnippetsMixin (#69)
|
||||
|
||||
v0.4.4:
|
||||
- Fix issue related to Django 1.9.x
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Copyright (c) 2012, 2011, 2010, 2009, Peter Eschler, Dirk Eschler
|
||||
Copyright (c) 2015 Rui Martins, Diogo Marques
|
||||
Copyright (c) 2016 InfoPortugal S.A.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -24,4 +24,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
|
|
|||
4
PKG-INFO
4
PKG-INFO
|
|
@ -1,9 +1,9 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: wagtail-modeltranslation
|
||||
Version: 0.4.4
|
||||
Version: 0.5.0a
|
||||
Summary: Translates Wagtail CMS models using a registration approach.
|
||||
Home-page: https://github.com/infoportugal/wagtail-modeltranslation
|
||||
Author: Diogo Marques, Eduardo Nogueira, Rui Martins
|
||||
Author: InfoPortugal S.A.
|
||||
Author-email: ...
|
||||
License: New BSD
|
||||
Description: The modeltranslation application can be used to translate dynamic
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='wagtail-modeltranslation',
|
||||
version='0.4.4',
|
||||
version='0.5.0a',
|
||||
description='Translates Wagtail CMS models using a registration approach.',
|
||||
long_description=(
|
||||
'The modeltranslation application can be used to translate dynamic '
|
||||
|
|
|
|||
Loading…
Reference in a new issue