[PR #2054] [CLOSED] Update django requirement from <2.3,>=2.2 to >=2.2,<3.2 #2427

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2054
Author: @dependabot[bot]
Created: 10/23/2020
Status: Closed

Base: masterHead: dependabot/pip/django-gte-2.2-and-lt-3.2


📝 Commits (3)

  • b99fdca Update django requirement from <2.3,>=2.2 to >=2.2,<3.2
  • 014460c Merge branch 'master' into dependabot/pip/django-gte-2.2-and-lt-3.2
  • 2b70e40 Merge branch 'master' into dependabot/pip/django-gte-2.2-and-lt-3.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Updates the requirements on django to permit the latest version.

Commits
  • 9707296 [3.1.x] Bumped version for 3.1.2 release.
  • f18b51a [3.1.x] Added release date for 3.1.2.
  • 57b3593 [3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.
  • f7397bb [3.1.x] Updated translations from Transifex.
  • 12ba61e [3.1.x] Bumped minimum isort version to 5.1.0.
  • 356efa9 [3.1.x] Updated ASGI uvicorn deployment docs.
  • 793bd24 [3.1.x] Fixed #28009 -- Doc'd empty_value for CharField subclasses.
  • ab8eccf [3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.
  • b7df7de [3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
  • 986cd28 [3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that Generic...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/2054 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/23/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-gte-2.2-and-lt-3.2` --- ### 📝 Commits (3) - [`b99fdca`](https://github.com/modoboa/modoboa/commit/b99fdcaa5099bb51f58ecb67bc236a8e505b59d8) Update django requirement from <2.3,>=2.2 to >=2.2,<3.2 - [`014460c`](https://github.com/modoboa/modoboa/commit/014460c4f279543cabb6e4b531aa28a55194bd1b) Merge branch 'master' into dependabot/pip/django-gte-2.2-and-lt-3.2 - [`2b70e40`](https://github.com/modoboa/modoboa/commit/2b70e4080b158f37d8b1a1e7d109431a6102d1d0) Merge branch 'master' into dependabot/pip/django-gte-2.2-and-lt-3.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [django](https://github.com/django/django) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/970729693a35f39611c6488a8d1839185429df51"><code>9707296</code></a> [3.1.x] Bumped version for 3.1.2 release.</li> <li><a href="https://github.com/django/django/commit/f18b51a7d8d481e6932b578b9021ef6fc1e503de"><code>f18b51a</code></a> [3.1.x] Added release date for 3.1.2.</li> <li><a href="https://github.com/django/django/commit/57b359343bb3ee733ec8dfaf40be55be4d6d3c5d"><code>57b3593</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/31986">#31986</a> -- Fixed admin filter sidebar scrolling.</li> <li><a href="https://github.com/django/django/commit/f7397bb7c8cb938161a9d43a16ee974f41c96a8b"><code>f7397bb</code></a> [3.1.x] Updated translations from Transifex.</li> <li><a href="https://github.com/django/django/commit/12ba61ed1755ba4a67202e95f78403240efa931b"><code>12ba61e</code></a> [3.1.x] Bumped minimum isort version to 5.1.0.</li> <li><a href="https://github.com/django/django/commit/356efa90b5984eee25359959a20f672273199720"><code>356efa9</code></a> [3.1.x] Updated ASGI uvicorn deployment docs.</li> <li><a href="https://github.com/django/django/commit/793bd24db6dac863ca4fb4166137f349d15f3c1c"><code>793bd24</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/28009">#28009</a> -- Doc'd empty_value for CharField subclasses.</li> <li><a href="https://github.com/django/django/commit/ab8eccf54f52c23cd322adda3cf52617749bf14b"><code>ab8eccf</code></a> [3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.</li> <li><a href="https://github.com/django/django/commit/b7df7de44f03b569d223ed6f2c6698b7f039d38f"><code>b7df7de</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32038">#32038</a> -- Fixed EmptyFieldListFilter crash with GenericRelation.</li> <li><a href="https://github.com/django/django/commit/986cd28f95c77bd14907726caa0f8b0734a4e581"><code>986cd28</code></a> [3.1.x] Refs <a href="https://github-redirect.dependabot.com/django/django/issues/32038">#32038</a> -- Added note to ModelAdmin.list_filter docs that Generic...</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/2.2...3.1.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:59 +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#2427
No description provided.