django-modeltranslation
                                
                                 django-modeltranslation copied to clipboard
                                
                                    django-modeltranslation copied to clipboard
                            
                            
                            
                        Admin - language switcher and tab weird order
Hi,
I'm asking for help cause I can't figured out why below is happening.
I've got two models in one app. In Django admin, for one model I have language switcher and tabs in correct order (as declared in settings.py - default language and languages). In the other model the order of languages in switcher (and tabs) is alphabetical. Also default language is selected properly only in tab.
From my point of view configuration of my models, translations, etc. is common and identical for both models. I'm using external apps:
appdirs==1.4.3 Django==1.10 django-appconf==1.0.2 django-filebrowser-no-grappelli==3.7.0 django-grappelli==2.8.3 django-ipware==1.1.6 django-modeltranslation==0.12.1 django-modeltranslation-wrapper==1.2.2 django-propeller==1.4.1 django-settings-export==1.2.1 django-tinymce==2.6.0 olefile==0.44 packaging==16.8 Pillow==4.1.1 psycopg2==2.7.1 pyparsing==2.2.0 pytz==2017.2 six==1.10.0
Please help. Thanks in advice!