mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 22:04:48 +00:00
Prepared 0.13-beta2 release
This commit is contained in:
parent
2658ac726b
commit
4f5862465a
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
v0.13-beta2
|
||||
===========
|
||||
Date: 2019-02-13
|
||||
|
||||
ADDED: Django 2.1 support
|
||||
ADDED: Python 3.7 support
|
||||
FIXED: JS errors in admin with new jQuery
|
||||
|
||||
|
||||
v0.13-beta1
|
||||
===========
|
||||
Date: 2018-04-16
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: django-modeltranslation
|
||||
Version: 0.13-beta1
|
||||
Version: 0.13-beta2
|
||||
Summary: Translates Django models using a registration approach.
|
||||
Home-page: https://github.com/deschler/django-modeltranslation
|
||||
Author: Peter Eschler,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Version code adopted from Django development version.
|
||||
https://github.com/django/django
|
||||
"""
|
||||
VERSION = (0, 13, 0, 'beta', 1)
|
||||
VERSION = (0, 13, 0, 'beta', 2)
|
||||
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue