[PR #34] [MERGED] Modoboa 1.7 compat. #59

Closed
opened 2026-02-27 10:25:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/34
Author: @tonioo
Created: 11/30/2016
Status: Merged
Merged: 3/2/2017
Merged by: @tonioo

Base: masterHead: refactor/modoboa_17


📝 Commits (7)

📊 Changes

10 files changed (+172 additions, -174 deletions)

View changed files

modoboa_postfix_autoreply/app_settings.py (+0 -63)
📝 modoboa_postfix_autoreply/forms.py (+63 -6)
modoboa_postfix_autoreply/general_callbacks.py (+0 -57)
📝 modoboa_postfix_autoreply/handlers.py (+67 -0)
📝 modoboa_postfix_autoreply/management/commands/autoreply.py (+9 -11)
📝 modoboa_postfix_autoreply/migrations/0003_move_aliases.py (+7 -3)
📝 modoboa_postfix_autoreply/modo_extension.py (+9 -25)
📝 modoboa_postfix_autoreply/tests.py (+8 -1)
📝 modoboa_postfix_autoreply/views.py (+5 -5)
📝 test_project/test_project/settings.py (+4 -3)

📄 Description

No description provided


🔄 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-postfix-autoreply/pull/34 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 11/30/2016 **Status:** ✅ Merged **Merged:** 3/2/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `refactor/modoboa_17` --- ### 📝 Commits (7) - [`03a0ef5`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/03a0ef5b70265e47cd47e4fe8387a9f18936f586) Modoboa 1.7 compat. - [`b0e8d62`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/b0e8d6222c98b6eeacea5d55ce32c4699bc0c8f1) Migration fixed. - [`cc1efa0`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/cc1efa0cb8e793bd8f67e1ea86579e6207dc8fc7) Fixed tests config. - [`cbbe6b9`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/cbbe6b9d3a5a7e61bd4165fc9b9a0544ed7fb8c7) Improve coverage. - [`d519c8a`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/d519c8a1714e34ea7a40d6386bd7199edaae65d9) Django 1.10 support. - [`d0ee062`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/d0ee06220f41a25fea498f8c47d03aa6019d5bc3) Fixed travis config. - [`dc62d72`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/dc62d72b328470529eb7c76419727624de911ab7) Fixed test settings. ### 📊 Changes **10 files changed** (+172 additions, -174 deletions) <details> <summary>View changed files</summary> ➖ `modoboa_postfix_autoreply/app_settings.py` (+0 -63) 📝 `modoboa_postfix_autoreply/forms.py` (+63 -6) ➖ `modoboa_postfix_autoreply/general_callbacks.py` (+0 -57) 📝 `modoboa_postfix_autoreply/handlers.py` (+67 -0) 📝 `modoboa_postfix_autoreply/management/commands/autoreply.py` (+9 -11) 📝 `modoboa_postfix_autoreply/migrations/0003_move_aliases.py` (+7 -3) 📝 `modoboa_postfix_autoreply/modo_extension.py` (+9 -25) 📝 `modoboa_postfix_autoreply/tests.py` (+8 -1) 📝 `modoboa_postfix_autoreply/views.py` (+5 -5) 📝 `test_project/test_project/settings.py` (+4 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:25:38 +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-postfix-autoreply-modoboa#59
No description provided.