mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-10 16:24:49 +00:00
commit
eef660747e
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
v0.4.3:
|
||||
- Fixed bug when editing a page and parent url path of some language is None.
|
||||
|
||||
v0.4.2:
|
||||
- Fixed issue with stream fields (#39).
|
||||
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: wagtail-modeltranslation
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Summary: Translates Wagtail CMS models using a registration approach.
|
||||
Home-page: https://github.com/infoportugal/wagtail-modeltranslation
|
||||
Author: Diogo Marques, Eduardo Nogueira, Rui Martins
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='wagtail-modeltranslation',
|
||||
version='0.4.2',
|
||||
version='0.4.3',
|
||||
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