mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[PR #1027] [MERGED] Django 1.10 support. #2093
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#2093
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/1027
Author: @tonioo
Created: 2/10/2017
Status: ✅ Merged
Merged: 2/15/2017
Merged by: @tonioo
Base:
master← Head:refactor/django_1_10📝 Commits (7)
01f926cDjango 1.0 support.ee71016Fixed test settings.183723cFixed test urls.21aacabRemoved useless shortcut.3297b88Fixed deploy command.ec3db91Update management commands.545a759Oups.📊 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.