[PR #2452] [CLOSED] Bump django-reversion from 3.0.9 to 4.0.2 #2559

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2452
Author: @dependabot[bot]
Created: 1/31/2022
Status: Closed

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


📝 Commits (1)

  • 2c8401b Bump django-reversion from 3.0.9 to 4.0.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-reversion from 3.0.9 to 4.0.2.

Changelog

Sourced from django-reversion's changelog.

4.0.2 - 2022-02-30

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

4.0.1 - 2021-11-04

4.0.0 - 2021-07-09

Commits
  • 656ca67 v4.0.2
  • 720394e Updated changelog
  • 72b422c Merge pull request #898 from philipstarkey/master
  • dbf8749 v4.0.1
  • 9ef22cb Improved performance of createinitialrevisions management command
  • 8b9b141 Merge pull request #897 from kevinmarsh/feature/test-against-3.10
  • e3a7ec7 Python 3.10: run automated tests for Django 4.0.x against Python 3.10 and add...
  • c55c0eb Merge pull request #893 from smithdc1/master
  • c83c93d Added support for Django 4.0
  • a2a8565 Merge pull request #886 from dbartenstein/feature/speed_up_get_deleted
  • Additional commits viewable in compare view

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/2452 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/31/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-reversion-4.0.2` --- ### 📝 Commits (1) - [`2c8401b`](https://github.com/modoboa/modoboa/commit/2c8401b5ec3a112c96b57041c8faa24407dc44cf) Bump django-reversion from 3.0.9 to 4.0.2 ### 📊 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 4.0.2. <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>4.0.2 - 2022-02-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/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><a href="https://github.com/etianen/django-reversion/commit/e3a7ec76769583406bf29ee4cab9e9b1e706e61a"><code>e3a7ec7</code></a> Python 3.10: run automated tests for Django 4.0.x against Python 3.10 and add...</li> <li><a href="https://github.com/etianen/django-reversion/commit/c55c0ebb6333c6fb241cdcbd733b924e74ee4138"><code>c55c0eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/893">#893</a> from smithdc1/master</li> <li><a href="https://github.com/etianen/django-reversion/commit/c83c93d9fc5149b48d563d1bd281c5aa33bf6b97"><code>c83c93d</code></a> Added support for Django 4.0</li> <li><a href="https://github.com/etianen/django-reversion/commit/a2a8565dc920427b6704ae1f488b7731ebb4c9fa"><code>a2a8565</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/886">#886</a> from dbartenstein/feature/speed_up_get_deleted</li> <li>Additional commits viewable in <a href="https://github.com/etianen/django-reversion/compare/v3.0.9...v4.0.2">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=4.0.2)](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: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-modoboa#2559
No description provided.