fabiocaccamo / django-admin-interface

:superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language chooser is broken with `prefix_default_language=False`

julianwachholz opened this issue · comments

Django version
1.9 and up

Current behavior (bug description)

  • In a Django project with i18n_patterns(..., prefix_default_language=False) the language picker will not be shown unless the user is already on a non-default language.
  • When using the language chooser to go back to the default language, it gets hidden.

Expected behavior

  • Language chooser should work the same as with with prefix_default_language=True.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

@julianwachholz thank you for reporting this issue!

@julianwachholz you can upgrade to 0.27.0 version, thanks again for the PR!