[PR #2072] [MERGED] Added drf-spectacular. #2440

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2072
Author: @tonioo
Created: 10/27/2020
Status: Merged
Merged: 11/10/2020
Merged by: @tonioo

Base: masterHead: feature/spectacular


📝 Commits (6)

📊 Changes

9 files changed (+54 additions, -89 deletions)

View changed files

📝 modoboa/admin/api.py (+16 -10)
📝 modoboa/admin/serializers.py (+3 -0)
📝 modoboa/core/commands/templates/settings.py.tpl (+9 -0)
📝 modoboa/core/tests/test_api.py (+2 -9)
📝 modoboa/core/viewsets.py (+5 -0)
modoboa/templates/swagger-ui.html (+0 -57)
📝 modoboa/urls.py (+9 -13)
📝 requirements.txt (+1 -0)
📝 test_project/test_project/settings.py (+9 -0)

📄 Description

fix #2071


🔄 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/2072 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 10/27/2020 **Status:** ✅ Merged **Merged:** 11/10/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/spectacular` --- ### 📝 Commits (6) - [`591f9b9`](https://github.com/modoboa/modoboa/commit/591f9b9a1d40af46183bc884079d12bff1c339f4) Added drf-spectacular. - [`78a772e`](https://github.com/modoboa/modoboa/commit/78a772eaf182c6c16d773922695199f11d98d438) Added description for domain viewset routes. - [`a15a35a`](https://github.com/modoboa/modoboa/commit/a15a35a62589c8d1b25c4c964508fa077ed70df3) Added missing setting. - [`e4f5a25`](https://github.com/modoboa/modoboa/commit/e4f5a25e64da86239bb083b1588f235f3a9f3d23) Added missing test config. - [`b9720c1`](https://github.com/modoboa/modoboa/commit/b9720c1837cebfea845860d36a99d32e268d0bd2) Fixed unit tests. - [`304ee7e`](https://github.com/modoboa/modoboa/commit/304ee7e8fb3fc75650d93eae39008a00d4a18eb9) Fixed unit test. ### 📊 Changes **9 files changed** (+54 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/api.py` (+16 -10) 📝 `modoboa/admin/serializers.py` (+3 -0) 📝 `modoboa/core/commands/templates/settings.py.tpl` (+9 -0) 📝 `modoboa/core/tests/test_api.py` (+2 -9) 📝 `modoboa/core/viewsets.py` (+5 -0) ➖ `modoboa/templates/swagger-ui.html` (+0 -57) 📝 `modoboa/urls.py` (+9 -13) 📝 `requirements.txt` (+1 -0) 📝 `test_project/test_project/settings.py` (+9 -0) </details> ### 📄 Description fix #2071 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:03 +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#2440
No description provided.