specialunderwear / django-easymode

Quickly build backends for flash/flex websites with Django.
GNU General Public License v3.0
35 stars 20 forks source link

L10n decorator renders two checkbox columns in admin interface #19

Closed pawamoy closed 7 years ago

pawamoy commented 9 years ago

I have a very simple model, with just one translatable field (using the I18n decorator in models.py). If I want to display only the field for the current language in the admin interface, I use the L10n decorator in admin.py. But then, it appears that I got two columns with checkboxes in the admin interface for this particular model. screenshot

Moreover, if I check one of the second column checkboxes, when I want to do some action (deleting in this case), the browser pops up a message saying that I have unsaved modifications on some editable fields, and I need to confirm by hitting "OK", or cancel by hitting "Cancel". Then, even if I uncheck all the second column checkboxes, the message still pops up when I submit the action.

This is not a major issue but it can be confusing / annoying for people using the admin interface.

I am using Django 1.6.5 and django-easymode 1.4b4

pawamoy commented 7 years ago

App does not seem to be maintained anymore, closing