Skip to content

Commit

Permalink
Prepared 0.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Sep 20, 2016
1 parent fd3a674 commit 257f59d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
v0.12
=====
Date: ???
Date: 2016-09-20

ADDED: Support for Django 1.10.
(resolves issue #360, thanks Jacek Tomaszewski and Primož Kerin)

ADDED: Support for Django 1.10
CHANGED: Original field value became more unreliable and undetermined;
please make sure you're not using it anywhere. See
http://django-modeltranslation.readthedocs.io/en/latest/usage.html#the-state-of-the-original-field
CHANGED: Let register decorator return decorated class
(resolves issue #360, thanks spacediver)

FIXED: Deferred classes signal connection.
(resolves issue #379, thanks Jacek Tomaszewski)
FIXED: values_list + annotate combo bug.
(resolves issue #374, thanks Jacek Tomaszewski)
FIXED: Several flake8 and travis related issues.
(resolves issues #363, thanks Matthias K)


v0.11
=====
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.11
Version: 0.12
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,
Expand Down
2 changes: 1 addition & 1 deletion modeltranslation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 11, 0, 'final', 0)
VERSION = (0, 12, 0, 'final', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'


Expand Down

0 comments on commit 257f59d

Please sign in to comment.