mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #784] [MERGED] User lang #2014
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2014
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/784
Author: @tonioo
Created: 11/14/2015
Status: ✅ Merged
Merged: 11/14/2015
Merged by: @tonioo
Base:
master← Head:user_lang_766📝 Commits (3)
0cd979dMove language to User model.2ca7595Fix unit test.4d73d91Fix unit test.📊 Changes
12 files changed (+118 additions, -58 deletions)
View changed files
📝
modoboa/core/__init__.py(+1 -2)📝
modoboa/core/app_settings.py(+0 -30)➕
modoboa/core/constants.py(+18 -0)📝
modoboa/core/forms.py(+4 -1)➕
modoboa/core/migrations/0005_user_language.py(+20 -0)📝
modoboa/core/models.py(+9 -0)📝
modoboa/core/templates/core/user_preferences.html(+13 -6)📝
modoboa/core/tests.py(+2 -2)📝
modoboa/core/views/auth.py(+5 -3)📝
modoboa/core/views/user.py(+11 -4)➕
modoboa/lib/migrations/0004_auto_20151114_1409.py(+25 -0)📝
modoboa/lib/parameters.py(+10 -10)📄 Description
Move user language to model.
see #766
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.