[PR #1386] [MERGED] Use default language code for new accounts. #2217

Closed
opened 2026-02-27 12:09:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1386
Author: @tonioo
Created: 2/2/2018
Status: Merged
Merged: 2/2/2018
Merged by: @tonioo

Base: masterHead: feature/use_default_language_code


📝 Commits (1)

  • dad0827 Use default language code for new accounts.

📊 Changes

9 files changed (+62 additions, -11 deletions)

View changed files

📝 modoboa/admin/forms/account.py (+4 -1)
📝 modoboa/admin/serializers.py (+3 -0)
📝 modoboa/admin/tests/test_account.py (+19 -0)
📝 modoboa/admin/tests/test_api.py (+22 -1)
📝 modoboa/core/handlers.py (+1 -1)
📝 modoboa/core/management/commands/communicate_with_public_api.py (+1 -2)
📝 modoboa/core/models.py (+3 -1)
📝 modoboa/lib/api_client.py (+1 -3)
📝 modoboa/lib/authbackends.py (+8 -2)

📄 Description

see #1369


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1386 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 2/2/2018 **Status:** ✅ Merged **Merged:** 2/2/2018 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/use_default_language_code` --- ### 📝 Commits (1) - [`dad0827`](https://github.com/modoboa/modoboa/commit/dad0827b7df38c7ff610d3236431c829ac150c40) Use default language code for new accounts. ### 📊 Changes **9 files changed** (+62 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/forms/account.py` (+4 -1) 📝 `modoboa/admin/serializers.py` (+3 -0) 📝 `modoboa/admin/tests/test_account.py` (+19 -0) 📝 `modoboa/admin/tests/test_api.py` (+22 -1) 📝 `modoboa/core/handlers.py` (+1 -1) 📝 `modoboa/core/management/commands/communicate_with_public_api.py` (+1 -2) 📝 `modoboa/core/models.py` (+3 -1) 📝 `modoboa/lib/api_client.py` (+1 -3) 📝 `modoboa/lib/authbackends.py` (+8 -2) </details> ### 📄 Description see #1369 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:09:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2217
No description provided.