mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-13 01:40:58 +00:00
Updated changelog.
This commit is contained in:
parent
9e09bdccbc
commit
a436d19fc4
1 changed files with 9 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue