[PR #666] Bump django from 3.1.3 to 3.1.6 #2773

Closed
opened 2026-03-01 18:00:42 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/666

State: closed
Merged: No


Bumps django from 3.1.3 to 3.1.6.

Commits
  • 3235a7b [3.1.x] Bumped version for 3.1.6 release.
  • 02e6592 [3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...
  • 03a8678 [3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
  • a271d8c [3.1.x] Modernized custom manager example
  • 82e1294 [3.1.x] Fixed #32391 -- Used CSS flex properties for changelist filter.
  • b920945 [3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...
  • fa203f1 [3.1.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ...
  • 18adc89 [3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.
  • cc5ee23 [3.1.x] Fixed #32372 -- Made examples in related objects reference docs consi...
  • 2a74248 [3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/666 **State:** closed **Merged:** No --- Bumps [django](https://github.com/django/django) from 3.1.3 to 3.1.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/3235a7b80710e5c90bbb1d25a147c8d0eddc8198"><code>3235a7b</code></a> [3.1.x] Bumped version for 3.1.6 release.</li> <li><a href="https://github.com/django/django/commit/02e6592835b4559909aa3aaaf67988fef435f624"><code>02e6592</code></a> [3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...</li> <li><a href="https://github.com/django/django/commit/03a86784d0dbfc5890f5aaba2d2f29c1deb0009d"><code>03a8678</code></a> [3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.</li> <li><a href="https://github.com/django/django/commit/a271d8c15cb73fde5e78d429b5d0c906eb300750"><code>a271d8c</code></a> [3.1.x] Modernized custom manager example</li> <li><a href="https://github.com/django/django/commit/82e1294602abd9d85fed114380bf81538c8b6f9e"><code>82e1294</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32391">#32391</a> -- Used CSS flex properties for changelist filter.</li> <li><a href="https://github.com/django/django/commit/b920945d0286673e5374dee60d329e5d2d1127cd"><code>b920945</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32388">#32388</a> -- Clarified QuerySet.bulk_update() caveat about duplica...</li> <li><a href="https://github.com/django/django/commit/fa203f17591d53178c28b20f9ad337812666445d"><code>fa203f1</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32348">#32348</a>, Refs <a href="https://github-redirect.dependabot.com/django/django/issues/29087">#29087</a> -- Corrected tutorial for updated deleting ...</li> <li><a href="https://github.com/django/django/commit/18adc89e50dca63b664a721ea9790279524b6db3"><code>18adc89</code></a> [3.1.x] Refs <a href="https://github-redirect.dependabot.com/django/django/issues/32372">#32372</a> -- Updated manager name in related objects reference docs.</li> <li><a href="https://github.com/django/django/commit/cc5ee23f74b765f35b4ba05a122eef576cedbb3b"><code>cc5ee23</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32372">#32372</a> -- Made examples in related objects reference docs consi...</li> <li><a href="https://github.com/django/django/commit/2a74248ecab64af6b899c14940fac44b1e8a15bb"><code>2a74248</code></a> [3.1.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/32371">#32371</a> -- Doc'd jquery.init.js dependency for admin widgets.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/3.1.3...3.1.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=3.1.3&new-version=3.1.6)](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ArchiveBox/ArchiveBox/network/alerts). </details>
kerem 2026-03-01 18:00:42 +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/ArchiveBox#2773
No description provided.