Updated changelog.

This commit is contained in:
deschler 2013-02-17 21:09:01 +01:00
parent 9e09bdccbc
commit a436d19fc4

View file

@ -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)