[PR #1027] [MERGED] Django 1.10 support. #2093

Closed
opened 2026-02-27 11:20:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1027
Author: @tonioo
Created: 2/10/2017
Status: Merged
Merged: 2/15/2017
Merged by: @tonioo

Base: masterHead: refactor/django_1_10


📝 Commits (7)

📊 Changes

32 files changed (+236 additions, -233 deletions)

View changed files

📝 modoboa/admin/factories.py (+0 -1)
📝 modoboa/admin/management/commands/handle_mailbox_operations.py (+7 -8)
📝 modoboa/admin/management/commands/subcommands/_mx.py (+2 -1)
📝 modoboa/admin/static/admin/js/admin.js (+2 -2)
📝 modoboa/admin/urls.py (+50 -44)
📝 modoboa/admin/views/domain.py (+5 -6)
📝 modoboa/admin/views/identity.py (+11 -14)
📝 modoboa/admin/views/user.py (+5 -7)
📝 modoboa/core/app_settings.py (+1 -1)
📝 modoboa/core/commands/__init__.py (+13 -8)
📝 modoboa/core/commands/deploy.py (+0 -1)
📝 modoboa/core/commands/templates/urls.py.tpl (+3 -4)
📝 modoboa/core/context_processors.py (+1 -1)
📝 modoboa/core/extensions.py (+3 -3)
📝 modoboa/core/management/commands/cleanlogs.py (+12 -15)
📝 modoboa/core/models.py (+5 -3)
📝 modoboa/core/urls.py (+16 -26)
📝 modoboa/core/views/__init__.py (+17 -0)
📝 modoboa/core/views/admin.py (+3 -5)
📝 modoboa/core/views/auth.py (+9 -6)

...and 12 more files

📄 Description

see #1024

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:


🔄 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/1027 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 2/10/2017 **Status:** ✅ Merged **Merged:** 2/15/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `refactor/django_1_10` --- ### 📝 Commits (7) - [`01f926c`](https://github.com/modoboa/modoboa/commit/01f926ca95c5e2b66cd69de844dad7bda569047e) Django 1.0 support. - [`ee71016`](https://github.com/modoboa/modoboa/commit/ee71016b69567d0fd506519dbb59be9d04ed88ff) Fixed test settings. - [`183723c`](https://github.com/modoboa/modoboa/commit/183723c609695dd393bf92a97e885e86bc094de7) Fixed test urls. - [`21aacab`](https://github.com/modoboa/modoboa/commit/21aacab526b8c0841212ed4b0a9cf9b718833dd0) Removed useless shortcut. - [`3297b88`](https://github.com/modoboa/modoboa/commit/3297b88d4f4277ff1e7006472fa0bac9f8cb7f73) Fixed deploy command. - [`ec3db91`](https://github.com/modoboa/modoboa/commit/ec3db91b50717bf29c2508b45dd1c6f40a7e0659) Update management commands. - [`545a759`](https://github.com/modoboa/modoboa/commit/545a7599671c537f0665791c78c9337bd4c8332f) Oups. ### 📊 Changes **32 files changed** (+236 additions, -233 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/factories.py` (+0 -1) 📝 `modoboa/admin/management/commands/handle_mailbox_operations.py` (+7 -8) 📝 `modoboa/admin/management/commands/subcommands/_mx.py` (+2 -1) 📝 `modoboa/admin/static/admin/js/admin.js` (+2 -2) 📝 `modoboa/admin/urls.py` (+50 -44) 📝 `modoboa/admin/views/domain.py` (+5 -6) 📝 `modoboa/admin/views/identity.py` (+11 -14) 📝 `modoboa/admin/views/user.py` (+5 -7) 📝 `modoboa/core/app_settings.py` (+1 -1) 📝 `modoboa/core/commands/__init__.py` (+13 -8) 📝 `modoboa/core/commands/deploy.py` (+0 -1) 📝 `modoboa/core/commands/templates/urls.py.tpl` (+3 -4) 📝 `modoboa/core/context_processors.py` (+1 -1) 📝 `modoboa/core/extensions.py` (+3 -3) 📝 `modoboa/core/management/commands/cleanlogs.py` (+12 -15) 📝 `modoboa/core/models.py` (+5 -3) 📝 `modoboa/core/urls.py` (+16 -26) 📝 `modoboa/core/views/__init__.py` (+17 -0) 📝 `modoboa/core/views/admin.py` (+3 -5) 📝 `modoboa/core/views/auth.py` (+9 -6) _...and 12 more files_ </details> ### 📄 Description see #1024 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:51 +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#2093
No description provided.