From a436d19fc47dc8b6a4cd4f181bb085ea1af5ee67 Mon Sep 17 00:00:00 2001 From: deschler Date: Sun, 17 Feb 2013 21:09:01 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 33d826e..6e9a034 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,9 +1,18 @@ + ADDED: Major refactoring of the tabbed translation fields javascript. Adds + support for tabular inlines and includes proper handling of stacked + inlines, which have never been officially supported, but were not + actively prevented from being tabbified. + (resolves issue #66) ADDED: New group_fieldsets option for TranslationAdmin. When activated translation fields and untranslated fields are automatically grouped into fieldsets. (based on original implementation by Chris Adams, resolves issues #38) + FIXED: Wrong admin field css class for en-us language. + (resolves issue #141) + FIXED: Added missing hook for admin readonly_fields. + (resolves issue #140) FIXED: Keys used in tabbed translation fields to group translations are not unique for inlines. (resolves issue #121)