mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-13 18:00:58 +00:00
Updated changelog.
This commit is contained in:
parent
e5a574f26a
commit
bedd18ea9e
1 changed files with 19 additions and 4 deletions
|
|
@ -1,5 +1,24 @@
|
|||
v0.5
|
||||
====
|
||||
Date: 2013-02-10
|
||||
|
||||
ADDED: Merged autodiscover tests from django-modeltranslation-wrapper.
|
||||
ADDED: Rewrite method to MultilingualManager and optimized create.
|
||||
|
||||
FIXED: grouped_translations are computed twice in tabbed translations.
|
||||
(thanks to Wojtek Ruszczewski,
|
||||
resolves issue #135)
|
||||
FIXED: CSS classes in tabbed translation fields when fieldname has a leading
|
||||
underscore.
|
||||
(thanks to Wojtek Ruszczewski,
|
||||
resolves issue #134)
|
||||
FIXED: Rewriting of descending ('-' prefixed) ordering fields in
|
||||
MultilingualManager.
|
||||
(thanks to Wojtek Ruszczewski,
|
||||
resolves issue #133)
|
||||
FIXED: Download url in setup.py.
|
||||
(thanks to Benoît Bryon,
|
||||
resolves issue #130)
|
||||
FIXED: The update_translation_fields management command does nothing.
|
||||
(resolves issue #123)
|
||||
FIXED: MultilingualQuerySet custom inheritance.
|
||||
|
|
@ -8,10 +27,6 @@ CHANGED: Don't raise an exception if TranslationField is accessed via class
|
|||
to allow descriptor introspection.
|
||||
(resolves issue #131)
|
||||
|
||||
FIXED: Rewriting of descending ('-' prefixed) ordering fields in
|
||||
MultilingualManager.
|
||||
(thanks to Wojtek Ruszczewski)
|
||||
|
||||
|
||||
v0.5b1
|
||||
======
|
||||
|
|
|
|||
Loading…
Reference in a new issue