[PR #2467] [CLOSED] Bump django-reversion from 3.0.9 to 5.0.0 #2568

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2467
Author: @dependabot[bot]
Created: 2/21/2022
Status: Closed

Base: masterHead: dependabot/pip/django-reversion-5.0.0


📝 Commits (1)

  • 9edc8fe Bump django-reversion from 3.0.9 to 5.0.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-reversion from 3.0.9 to 5.0.0.

Changelog

Sourced from django-reversion's changelog.

5.0.0 - 2022-02-20

  • Added support for using django-reversion contexts in asyncio tasks (@​bellini666).
  • Breaking: Dropped support for Python 3.6.

4.0.2 - 2022-01-30

  • Improved performance of createinitialrevisions management command (@​philipstarkey).

4.0.1 - 2021-11-04

4.0.0 - 2021-07-09

Commits

Dependabot compatibility score

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/2467 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-reversion-5.0.0` --- ### 📝 Commits (1) - [`9edc8fe`](https://github.com/modoboa/modoboa/commit/9edc8fe7dbd63b4c3e2bfc31e067981f5cc5702f) Bump django-reversion from 3.0.9 to 5.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-reversion](https://github.com/etianen/django-reversion) from 3.0.9 to 5.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst">django-reversion's changelog</a>.</em></p> <blockquote> <h2>5.0.0 - 2022-02-20</h2> <ul> <li>Added support for using django-reversion contexts in <code>asyncio</code> tasks (<a href="https://github.com/bellini666"><code>@​bellini666</code></a>).</li> <li><strong>Breaking:</strong> Dropped support for Python 3.6.</li> </ul> <h2>4.0.2 - 2022-01-30</h2> <ul> <li>Improved performance of <code>createinitialrevisions</code> management command (<a href="https://github.com/philipstarkey"><code>@​philipstarkey</code></a>).</li> </ul> <h2>4.0.1 - 2021-11-04</h2> <ul> <li>Django 4.0b support (<a href="https://github.com/smithdc1"><code>@​smithdc1</code></a>, <a href="https://github.com/kevinmarsh"><code>@​kevinmarsh</code></a>).</li> <li>Optimized <code>VersionQuerySet.get_deleted</code>.</li> </ul> <h2>4.0.0 - 2021-07-09</h2> <ul> <li> <p><strong>Breaking:</strong> The <code>create_revision</code> view decorator and <code>RevisionMiddleware</code> no longer roll back the revision and database transaction on response status code &gt;= 400. It's the responsibility of the view to use <code>transaction.atomic()</code> to roll back any invalid data. This can be enabled globally by setting <code>ATOMIC_REQUESTS=True</code>. (<a href="https://github.com/etianen"><code>@​etianen</code></a>)</p> <p><a href="https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-DATABASE-ATOMIC_REQUESTS">https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-DATABASE-ATOMIC_REQUESTS</a></p> </li> <li> <p>Fixing gettext plural forms with Django (<a href="https://github.com/martinsvoboda"><code>@​martinsvoboda</code></a>).</p> </li> <li> <p>Deprecation removals (<a href="https://github.com/lociii"><code>@​lociii</code></a>, <a href="https://github.com/Peter-van-Tol"><code>@​Peter-van-Tol</code></a>).</p> </li> <li> <p>CI testing improvements (<a href="https://github.com/etianen"><code>@​etianen</code></a>, <a href="https://github.com/michael-k"><code>@​michael-k</code></a>).</p> </li> <li> <p>Documentation fixes (<a href="https://github.com/erikrw"><code>@​erikrw</code></a>, <a href="https://github.com/jedie"><code>@​jedie</code></a>, <a href="https://github.com/michael-k"><code>@​michael-k</code></a>).</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etianen/django-reversion/commit/38c70ce917dc50675895de0b3098cb5c091aafcc"><code>38c70ce</code></a> v5.0.0</li> <li><a href="https://github.com/etianen/django-reversion/commit/6ff1dd5f43083550ca40361b5e59104af0ed0b47"><code>6ff1dd5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/904">#904</a> from bellini666/master</li> <li><a href="https://github.com/etianen/django-reversion/commit/3be3e51ed20bf3f3db07b069a03923ca889f69b2"><code>3be3e51</code></a> Drop support for Python 3.6</li> <li><a href="https://github.com/etianen/django-reversion/commit/1ba5b87b3306acbf21dabcadaf2d4821b246e8dc"><code>1ba5b87</code></a> Support asyncio views</li> <li><a href="https://github.com/etianen/django-reversion/commit/656ca670560d663ecd91f2071b85b90d6fcc20b6"><code>656ca67</code></a> v4.0.2</li> <li><a href="https://github.com/etianen/django-reversion/commit/720394e9cb4d587d49d11793fe1413675ec49498"><code>720394e</code></a> Updated changelog</li> <li><a href="https://github.com/etianen/django-reversion/commit/72b422c9d6119c6969cf0a576f8140a82f87f5e3"><code>72b422c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/898">#898</a> from philipstarkey/master</li> <li><a href="https://github.com/etianen/django-reversion/commit/dbf87494ef651ca31802e2566bac708871c6e53d"><code>dbf8749</code></a> v4.0.1</li> <li><a href="https://github.com/etianen/django-reversion/commit/9ef22cb854a771472d85b6157a88965848d7faa7"><code>9ef22cb</code></a> Improved performance of <code>createinitialrevisions</code> management command</li> <li><a href="https://github.com/etianen/django-reversion/commit/8b9b141365b0e77925df5b47b179599724b91530"><code>8b9b141</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/897">#897</a> from kevinmarsh/feature/test-against-3.10</li> <li>Additional commits viewable in <a href="https://github.com/etianen/django-reversion/compare/v3.0.9...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-reversion&package-manager=pip&previous-version=3.0.9&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:11:40 +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#2568
No description provided.