[PR #1408] Bump django-extensions from 3.1.5 to 3.2.3 #2919

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

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

State: closed
Merged: No


Bumps django-extensions from 3.1.5 to 3.2.3.

Release notes

Sourced from django-extensions's releases.

3.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/django-extensions/django-extensions/compare/3.2.1...3.2.3

3.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/django-extensions/django-extensions/compare/3.2.0...3.2.1

... (truncated)

Changelog

Sourced from django-extensions's changelog.

Changelog

See https://github.com/django-extensions/django-extensions/releases

3.2.2

Changes:

  • Improvement: Add support for psycopg3 (#1814)
  • Improvement: runserver_plus, autoreload on template change (#1796)
  • Improvement: highlighting, test_should_highlight_bash_syntax_without_name to include whitespace spans (#1797)
  • Improvement: tests, add Python 3.11 to tox and actions to formally support python 3.11 (#1786)
  • Improvement: runserver_plus, Send the file_changed event when a reload is triggered (#1775)
  • Improvement: runserver_plus, Add REMOTE_USER to werkzeug environment (#1708)
  • Improvement: pipchecker, force pip to use pkg_resources as backend for resolving distributions (#1782)
  • Fix: Fix error with lack of PosixPath support (#1785)
  • Fix: Cleanup http: links (#1798)

3.2.1

Changes:

  • Improvement: fix translation interpolation in prospective arabic translations (#1740)
  • Improvement: runserver_plus, Add option to ignore files on runserver_plus reload (#1762)
  • Improvement: docs: Fix a few typos (#1764) (#1751)
  • Improvement: drop python 3.5 as it is EOL (#1735)
  • Improvement: sqldiff, Added support for meta indexes and constraints in sqldiff. (#1726)
  • Improvement: show_urls, Ensure consistent output in show_urls for django 4.0+ (#1759)
  • Fix: dumpscript, make_aware should not be called if aware already (#1745)
  • Fix: Use list values for requires_system_checks (#1736)

3.2.0

Changes:

  • Improvement: Django 4 support
  • Improvement: Accept both --no-input and --noinput
  • Improvement: sqldsn, Added more styles to the sqldsn management command
  • Improvement: graph_models, Flag for to color code relations based on on_delete
  • Improvement: graph_models, Add --relation-fields-only flag
  • Improvement: RandomCharField, allow keeping default values
  • Fix: HexValidator, Max length validation
  • Fix: runserver_plus, Fix KeyError: 'werkzeug.server.shutdown'
  • New: managestate, Saves current applied migrations to a file or applies migrations from file
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1408 **State:** closed **Merged:** No --- Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.1.5 to 3.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/django-extensions/django-extensions/releases">django-extensions's releases</a>.</em></p> <blockquote> <h2>3.2.3</h2> <h2>What's Changed</h2> <ul> <li>Fix error with lack of PosixPath support by <a href="https://github.com/giff-h"><code>@​giff-h</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1785">django-extensions/django-extensions#1785</a></li> <li>Import pkg_resources directly by <a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1782">django-extensions/django-extensions#1782</a></li> <li>Add REMOTE_USER to werkzeug environment by <a href="https://github.com/confuzeus"><code>@​confuzeus</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1769">django-extensions/django-extensions#1769</a></li> <li>runserver_plus template reloading by <a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1775">django-extensions/django-extensions#1775</a></li> <li>Add Python 3.11 support by <a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1786">django-extensions/django-extensions#1786</a></li> <li>Run tests againts Django 4.2 and add trove classifier by <a href="https://github.com/michael-k"><code>@​michael-k</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1812">django-extensions/django-extensions#1812</a></li> <li>fix: test_should_highlight_bash_syntax_without_name to include whites… by <a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1797">django-extensions/django-extensions#1797</a></li> <li>runserver_plus autoreload on template change by <a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1796">django-extensions/django-extensions#1796</a></li> <li>Add support for psycopg3 by <a href="https://github.com/Apreche"><code>@​Apreche</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1814">django-extensions/django-extensions#1814</a></li> <li>Fixed drop test database command with psycopg 3 by <a href="https://github.com/jannh"><code>@​jannh</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1818">django-extensions/django-extensions#1818</a></li> <li>Fixed reset_db with psycopg3 (same patch like for drop_test_database) by <a href="https://github.com/jannh"><code>@​jannh</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1821">django-extensions/django-extensions#1821</a></li> <li>Cleanup http: links by <a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1798">django-extensions/django-extensions#1798</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/giff-h"><code>@​giff-h</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1785">django-extensions/django-extensions#1785</a></li> <li><a href="https://github.com/foarsitter"><code>@​foarsitter</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1782">django-extensions/django-extensions#1782</a></li> <li><a href="https://github.com/confuzeus"><code>@​confuzeus</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1769">django-extensions/django-extensions#1769</a></li> <li><a href="https://github.com/Apreche"><code>@​Apreche</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1814">django-extensions/django-extensions#1814</a></li> <li><a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1798">django-extensions/django-extensions#1798</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/django-extensions/django-extensions/compare/3.2.1...3.2.3">https://github.com/django-extensions/django-extensions/compare/3.2.1...3.2.3</a></p> <h2>3.2.1</h2> <h2>What's Changed</h2> <ul> <li>fix translation interpolation in prospective arabic translations by <a href="https://github.com/matthugs"><code>@​matthugs</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1740">django-extensions/django-extensions#1740</a></li> <li>Use list values for requires_system_checks by <a href="https://github.com/danlamanna"><code>@​danlamanna</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1736">django-extensions/django-extensions#1736</a></li> <li>Added support for Django 4.1. by <a href="https://github.com/felixxm"><code>@​felixxm</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1763">django-extensions/django-extensions#1763</a></li> <li>Add option to ignore files on runserver_plus reload by <a href="https://github.com/marciomazza"><code>@​marciomazza</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1762">django-extensions/django-extensions#1762</a></li> <li>docs: Fix a few typos by <a href="https://github.com/timgates42"><code>@​timgates42</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1764">django-extensions/django-extensions#1764</a></li> <li>Remove default_app_config with change to only support Django 3.2+ by <a href="https://github.com/phillipuniverse"><code>@​phillipuniverse</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1741">django-extensions/django-extensions#1741</a></li> <li>Typos by <a href="https://github.com/ollz272"><code>@​ollz272</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1751">django-extensions/django-extensions#1751</a></li> <li>fix(dumpscript): <code>make_aware</code> should not be called if aware already by <a href="https://github.com/blueyed"><code>@​blueyed</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1745">django-extensions/django-extensions#1745</a></li> <li>drop python 3.6 as it is EOL by <a href="https://github.com/auvipy"><code>@​auvipy</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1735">django-extensions/django-extensions#1735</a></li> <li>Add support for meta indexes and constraints in sqldiff by <a href="https://github.com/noamkush"><code>@​noamkush</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1726">django-extensions/django-extensions#1726</a></li> <li>Ensure consistent output in show_urls for django 4.0+ by <a href="https://github.com/jeremy-engel"><code>@​jeremy-engel</code></a> in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1759">django-extensions/django-extensions#1759</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/matthugs"><code>@​matthugs</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1740">django-extensions/django-extensions#1740</a></li> <li><a href="https://github.com/danlamanna"><code>@​danlamanna</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1736">django-extensions/django-extensions#1736</a></li> <li><a href="https://github.com/felixxm"><code>@​felixxm</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1763">django-extensions/django-extensions#1763</a></li> <li><a href="https://github.com/marciomazza"><code>@​marciomazza</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1762">django-extensions/django-extensions#1762</a></li> <li><a href="https://github.com/phillipuniverse"><code>@​phillipuniverse</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1741">django-extensions/django-extensions#1741</a></li> <li><a href="https://github.com/ollz272"><code>@​ollz272</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1751">django-extensions/django-extensions#1751</a></li> <li><a href="https://github.com/auvipy"><code>@​auvipy</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1735">django-extensions/django-extensions#1735</a></li> <li><a href="https://github.com/noamkush"><code>@​noamkush</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1726">django-extensions/django-extensions#1726</a></li> <li><a href="https://github.com/jeremy-engel"><code>@​jeremy-engel</code></a> made their first contribution in <a href="https://redirect.github.com/django-extensions/django-extensions/pull/1759">django-extensions/django-extensions#1759</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/django-extensions/django-extensions/compare/3.2.0...3.2.1">https://github.com/django-extensions/django-extensions/compare/3.2.0...3.2.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md">django-extensions's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>See <a href="https://github.com/django-extensions/django-extensions/releases">https://github.com/django-extensions/django-extensions/releases</a></p> <h2>3.2.2</h2> <p>Changes:</p> <ul> <li>Improvement: Add support for psycopg3 (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1814">#1814</a>)</li> <li>Improvement: runserver_plus, autoreload on template change (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1796">#1796</a>)</li> <li>Improvement: highlighting, test_should_highlight_bash_syntax_without_name to include whitespace spans (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1797">#1797</a>)</li> <li>Improvement: tests, add Python 3.11 to tox and actions to formally support python 3.11 (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1786">#1786</a>)</li> <li>Improvement: runserver_plus, Send the file_changed event when a reload is triggered (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1775">#1775</a>)</li> <li>Improvement: runserver_plus, Add REMOTE_USER to werkzeug environment (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1708">#1708</a>)</li> <li>Improvement: pipchecker, force pip to use pkg_resources as backend for resolving distributions (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1782">#1782</a>)</li> <li>Fix: Fix error with lack of PosixPath support (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1785">#1785</a>)</li> <li>Fix: Cleanup http: links (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1798">#1798</a>)</li> </ul> <h2>3.2.1</h2> <p>Changes:</p> <ul> <li>Improvement: fix translation interpolation in prospective arabic translations (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1740">#1740</a>)</li> <li>Improvement: runserver_plus, Add option to ignore files on runserver_plus reload (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1762">#1762</a>)</li> <li>Improvement: docs: Fix a few typos (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1764">#1764</a>) (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1751">#1751</a>)</li> <li>Improvement: drop python 3.5 as it is EOL (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1735">#1735</a>)</li> <li>Improvement: sqldiff, Added support for meta indexes and constraints in sqldiff. (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1726">#1726</a>)</li> <li>Improvement: show_urls, Ensure consistent output in show_urls for django 4.0+ (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1759">#1759</a>)</li> <li>Fix: dumpscript, make_aware should not be called if aware already (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1745">#1745</a>)</li> <li>Fix: Use list values for requires_system_checks (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1736">#1736</a>)</li> </ul> <h2>3.2.0</h2> <p>Changes:</p> <ul> <li>Improvement: Django 4 support</li> <li>Improvement: Accept both --no-input and --noinput</li> <li>Improvement: sqldsn, Added more styles to the sqldsn management command</li> <li>Improvement: graph_models, Flag for to color code relations based on on_delete</li> <li>Improvement: graph_models, Add --relation-fields-only flag</li> <li>Improvement: RandomCharField, allow keeping default values</li> <li>Fix: HexValidator, Max length validation</li> <li>Fix: runserver_plus, Fix KeyError: 'werkzeug.server.shutdown'</li> <li>New: managestate, Saves current applied migrations to a file or applies migrations from file</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django-extensions/django-extensions/commit/2ccced1b75d13573b7d738be9ecdc189c46f6480"><code>2ccced1</code></a> v3.2.3</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/0751d8b588b72b3a3fb22126e7a617d522dc4ddc"><code>0751d8b</code></a> updated changelog</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/6db9dae4c48350485931753c66ef6ee075da0975"><code>6db9dae</code></a> bumped version number</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/d923c0d750f8ecd75a717de777f0c85d931f53bd"><code>d923c0d</code></a> v3.2.2</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/6d93223e1017e6459f7a7bb7d5f8debe6f3df3fb"><code>6d93223</code></a> Cleanup http: links (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1798">#1798</a>)</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/de7dfac7eccab913bde5bade691f6834fb610680"><code>de7dfac</code></a> Fixed reset_db with psycopg3 (same patch like for drop_test_database) (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1821">#1821</a>)</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/8c7fae179f7981411056aba4e5f6960a984859ed"><code>8c7fae1</code></a> disabled pypy3.9 due to asgiref typing error</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/4fc31cb266534163bc9740c3233d5432f0a491d0"><code>4fc31cb</code></a> Fixed drop test database command with psycopg 3 (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1818">#1818</a>)</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/bc437932d1ea8de29e067f9803ce31c08322310b"><code>bc43793</code></a> Add support for psycopg3 (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1814">#1814</a>)</li> <li><a href="https://github.com/django-extensions/django-extensions/commit/9484207d1e8ab256d825ffe43eeadfae3784e901"><code>9484207</code></a> runserver_plus autoreload on template change (<a href="https://redirect.github.com/django-extensions/django-extensions/issues/1796">#1796</a>)</li> <li>Additional commits viewable in <a href="https://github.com/django-extensions/django-extensions/compare/3.1.5...3.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-extensions&package-manager=pip&previous-version=3.1.5&new-version=3.2.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
kerem 2026-03-01 18:01:08 +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#2919
No description provided.