Django-modeltranslation

Latest version: v0.18.13

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.7.2

* ADDED: Documentation about empty_values.
(thanks Jacek Tomaszewski,
resolves issue 211)

* FIXED: Proxy model handling.
(thanks Jacek Tomaszewsk)
* FIXED: Abstract managers patching.
(thanks Jacek Tomaszewski,
resolves issue 212)

0.7.1

Packaged from revision f7c7ea174344f3dc0cf56ac3bf6e92878ed6baea

* ADDED: Configurable formfields. The ultimate approach to nullable CharFields.
(thanks Jacek Tomaszewski,
resolves issue 211, ref 163, 187)

* FIXED: Recursion problem with fieldset handling in Django 1.6.
(thanks to Bas Peschier,
resolves issue 214)

0.7

Packaged from revision 89f5e6712aaf5d5ec7e2d61940dc1a71fb08ca94

* ADDED: A setting to control which language are slug fields based on
(thanks to Konrad Wojas,
resolves issue 194)
* ADDED: A noinput option to the sync_translation_fields management command.
(thanks to cuchac,
resolves issues 179 and 184)
* ADDED: Support for Python 3.2 and 3.3.
(thanks to Karol Fuksiewicz,
resolves issue 174)
* ADDED: Convenient admin classes which already contain proper Media
definitions.
(resolves issue 171)
* ADDED: Only, defer, values, values_list, dates, raw_values methods to
MultilingualManager.
(resolves issue 166 adn 173)
* ADDED: Support for ForeignKey and OneToOneField.
(thanks to Braden MacDonald and Jacek Tomaszewski,
resolves issue 161)
* ADDED: An auto-population option to the loaddata command.
(resolves issue 160)
* ADDED: A MODELTRANSLATION_LOADDATA_RETAIN_LOCALE setting for loaddata
command to leave locale alone.
(resolves issue 151)

* FIXED: Compatibility with Django 1.6 development version.
(resolves issue 169)
* FIXED: Handling of 3rd party apps' ModelForms.
(resolves issue 167)
* FIXED: Triggering field fallback on its default value rather than empty
string only. Also enhance nullable fields in forms with proper
widgets to preserve ``None``.
(thanks to Wojtek Ruszczewski,
resolves issue 163)
* FIXED: Admin prepopulated_fields is now handled properly.
(thanks to Rafleze,
resolves issue 181 and 190)
* FIXED: Form saving when translated field is excluded (e.g. in admin)
(resolves issue 183)
* FIXED: Multilingual clones are Multilingual too.
(resolved issue 189)

* CHANGED: Every model's manager is patched as MultiLingual, not only objects.
(resolved issue 198)
* CHANGED: Display "make null" checkboxes in model forms.
* CHANGED: MODELTRANSLATION_DEBUG setting defaults to False instead of
settings.DEBUG.
* CHANGED: Drop support for Python 2.5 and Django 1.3.

0.6.1

Packaged from revision fc8a3034897b8b818c74f41c43a92001e536d970

* FIXED: Joined query does not use translated fields.
(resolves issue 162)

0.6

Packaged from revision ea0e2db68900371146d39dcdf88b29091ee5222f

* ADDED: A new ENABLE_FALLBACKS setting and a context manager for switching
fallbacks temporarily.
(thanks to Wojtek Ruszczewski,
resolves issue 152)
* 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: Tests to run properly in the scope of a Django project.
(thanks to Wojtek Ruszczewski,
resolves issue 153)
* FIXED: Broken tab activation when using jquery-ui 1.10, keeping support for
older jquery-ui versions and the jquery version shipped by Django.
(thanks to Dominique Lederer,
resolves issue 146)
* 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)
* FIXED: The prepopulated_fields TranslationAdmin option only works on the
first defined field to prepopulate from and made the option aware
of the current language.
(resolves issue 57)

* CHANGED: Removed deprecated MODELTRANSLATION_TRANSLATION_REGISTRY setting.
* CHANGED: Refactored auto population manager functionality. Switched to a
populate method in favour of the old _populate keyword and added a new
contextmanager to switch the population mode on demand.
(thanks to Wojtek Ruszczewski,
resolves issue 145)
* CHANGED: Major refactoring of translation field inheritance and
TranslationOptions.
(thanks to Wojtek Ruszczewski,
resolves issues 50 and 136)

0.5

Packaged from revision bedd18ea9e338b133d06f2ed5e7ebfc2e21fd276

* 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.

* CHANGED: Don't raise an exception if TranslationField is accessed via class
to allow descriptor introspection.
(resolves issue 131)

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.