* Simplify language chooser
- Allows usage of i18n_patterns with prefix_default_language=False
- Change templatetag from simple tag to an inclusion tag
- Reduces complexity by relying on Django's behavior in the
set_language view: it will translate any url passed as 'next'.
This behavior has been present since Django 1.9.
- Remove individual forms for each language
Fixes #327
Reference:
|
||
|---|---|---|
| .. | ||
| edit_inline | ||
| includes | ||
| base_site.html | ||
| change_form.html | ||
| change_list.html | ||
| filter.html | ||
| popup_response.html | ||