pythondotorg
pythondotorg copied to clipboard
Bump django-extensions from 3.1.4 to 3.2.3
Bumps django-extensions from 3.1.4 to 3.2.3.
Release notes
Sourced from django-extensions's releases.
3.2.3
What's Changed
- Fix error with lack of PosixPath support by
@giff-hin django-extensions/django-extensions#1785- Import pkg_resources directly by
@foarsitterin django-extensions/django-extensions#1782- Add REMOTE_USER to werkzeug environment by
@confuzeusin django-extensions/django-extensions#1769- runserver_plus template reloading by
@foarsitterin django-extensions/django-extensions#1775- Add Python 3.11 support by
@foarsitterin django-extensions/django-extensions#1786- Run tests againts Django 4.2 and add trove classifier by
@michael-kin django-extensions/django-extensions#1812- fix: test_should_highlight_bash_syntax_without_name to include whites… by
@foarsitterin django-extensions/django-extensions#1797- runserver_plus autoreload on template change by
@foarsitterin django-extensions/django-extensions#1796- Add support for psycopg3 by
@Aprechein django-extensions/django-extensions#1814- Fixed drop test database command with psycopg 3 by
@jannhin django-extensions/django-extensions#1818- Fixed reset_db with psycopg3 (same patch like for drop_test_database) by
@jannhin django-extensions/django-extensions#1821- Cleanup http: links by
@Crocmagnonin django-extensions/django-extensions#1798New Contributors
@giff-hmade their first contribution in django-extensions/django-extensions#1785@foarsittermade their first contribution in django-extensions/django-extensions#1782@confuzeusmade their first contribution in django-extensions/django-extensions#1769@Aprechemade their first contribution in django-extensions/django-extensions#1814@Crocmagnonmade their first contribution in django-extensions/django-extensions#1798Full Changelog: https://github.com/django-extensions/django-extensions/compare/3.2.1...3.2.3
3.2.1
What's Changed
- fix translation interpolation in prospective arabic translations by
@matthugsin django-extensions/django-extensions#1740- Use list values for requires_system_checks by
@danlamannain django-extensions/django-extensions#1736- Added support for Django 4.1. by
@felixxmin django-extensions/django-extensions#1763- Add option to ignore files on runserver_plus reload by
@marciomazzain django-extensions/django-extensions#1762- docs: Fix a few typos by
@timgates42in django-extensions/django-extensions#1764- Remove default_app_config with change to only support Django 3.2+ by
@phillipuniversein django-extensions/django-extensions#1741- Typos by
@ollz272in django-extensions/django-extensions#1751- fix(dumpscript):
make_awareshould not be called if aware already by@blueyedin django-extensions/django-extensions#1745- drop python 3.6 as it is EOL by
@auvipyin django-extensions/django-extensions#1735- Add support for meta indexes and constraints in sqldiff by
@noamkushin django-extensions/django-extensions#1726- Ensure consistent output in show_urls for django 4.0+ by
@jeremy-engelin django-extensions/django-extensions#1759New Contributors
@matthugsmade their first contribution in django-extensions/django-extensions#1740@danlamannamade their first contribution in django-extensions/django-extensions#1736@felixxmmade their first contribution in django-extensions/django-extensions#1763@marciomazzamade their first contribution in django-extensions/django-extensions#1762@phillipuniversemade their first contribution in django-extensions/django-extensions#1741@ollz272made their first contribution in django-extensions/django-extensions#1751@auvipymade their first contribution in django-extensions/django-extensions#1735@noamkushmade their first contribution in django-extensions/django-extensions#1726@jeremy-engelmade their first contribution in django-extensions/django-extensions#1759Full 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
3.1.5
... (truncated)
Commits
2ccced1v3.2.30751d8bupdated changelog6db9daebumped version numberd923c0dv3.2.26d93223Cleanup http: links (#1798)de7dfacFixed reset_db with psycopg3 (same patch like for drop_test_database) (#1821)8c7fae1disabled pypy3.9 due to asgiref typing error4fc31cbFixed drop test database command with psycopg 3 (#1818)bc43793Add support for psycopg3 (#1814)9484207runserver_plus autoreload on template change (#1796)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)