Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency django-extensions to v3 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-extensions (changelog) ==2.2.6 -> ==3.2.3 age adoption passing confidence

Release Notes

django-extensions/django-extensions (django-extensions)

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: django-extensions/django-extensions@3.2.1...3.2.3

v3.2.1

Compare Source

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)

v3.2.0

Compare Source

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

v3.1.5

Compare Source

Changes:

  • Fix: pipchecker, crude way slow down to avoid HTTPTooManyRequests
  • Fix: pipchecker, fix for removed get_installed_distributions function

v3.1.4

Compare Source

Changes:

  • Fix: set_default_site, improve django.contrib.sites application detection
  • Improvement: documentation, Fix name of mixin in docs
  • Improvement: mypy, type ignore backwards compatible imports
  • Improvement: graph_models, add --rankdir to change graph direction
  • Improvement: runserver_plus, Add --sql-truncate cli modifier
  • Improvement: shell_plus, Add --sql-truncate cli modifier

v3.1.3

Compare Source

Changes:

  • Fix: Django 3.2, Run tests against Django 3.2
  • Fix: Django 3.2, Handle warnings for default_app_config (#​1654)
  • Fix: sqldiff, Fix for missing field/index in model case

v3.1.2

Compare Source

Changes:

  • Improvement: shell_plus, not save ipython history when using Jupyter
  • Improvement: docs, fix spelling mistakes
  • Improvement: tests, move to Github Actions instead of Travis
  • Improvement: drop_test_database, delete all cloned test databases (#​1637)
  • Improvement: setup.py, Added minimum Django>=2.2 version to PyPI package
  • Improvement: shell_plus, fix --command globals / locals error

v3.1.1.post1

Compare Source

Changes:

  • Improvement: setup.py, Added minimum Django>=2.2 version to PyPI package

v3.1.1

Compare Source

Changes:

  • Improvement: setup.py, Added minimum Django>=2.2 version to PyPI package

v3.1.0

Compare Source

Changes:

  • Improvement: pipchecker, sleep 60s if pypi raises a fault
  • Improvement: add django_zero_downtime_migrations to list of supported postgresql engines
  • Improvement: use list of supported database engines from settings for all database commands
  • Improvement: reset_db, documentation
  • Fix: tests, Python 3.9 fixes for some tests
  • Fix: runserver_plus, parsing of RUNSERVER_PLUS_EXTRA_FILES

v3.0.9

Compare Source

Changes:

  • Improvement: runserver_plus, survive syntax and configuration errors part II
  • Improvement: tests, refactor test runner
  • Improvement: sqlcreate, support postgresql unix domain socket

v3.0.8

Compare Source

Changes:

  • Improvement: setup.cfg, remove universal flag from wheel, we only support Python 3 and up
  • Improvement: sqlcreate, fixed mentioned of old syncdb
  • Fix: runserver_plus, stop catching SyntaxError since reload for it was not working properly

v3.0.7

Compare Source

Changes:

  • Improvement: runserver_plus, gh #​1575 survive syntax and configuration errors
  • Improvement: runscript, use exit-code 1 if script is not found

v3.0.6

Compare Source

Changes:

  • Improvement: runscript, add --continue-on-error unless set runscript will exit on errors
  • Improvement: runscript, allow to return exit-code
  • Improvement: runscript, support raise CommandError(... returncode=...)
  • Improvement: runscript, run Django checks() and check_migrations() before executing scripts
  • Improvement: shell_plus, set application name on all postgresql backends

v3.0.5

Compare Source

Changes:

  • Fix: runserver_plus, exceptions must derive from BaseException error

v3.0.4

Compare Source

Changes:

  • Various cleanups
  • Deprecated using --router instead use --database
  • Locales: Indonesian and Polish, updated
  • Improvement: show_dsn, fix crash with django-postgres-extra
  • Improvement: print_settings, added wildcard support
  • Improvement: print_settings, added --fail option
  • Improvement: delete_squashed_migrations, add --database option
  • Improvement: runserver_plus, added RUNSERVER_PLUS_EXTRA_FILES setting
  • Improvement: runserver_plus, added runserver_plus_started signal

v3.0.3

Compare Source

Changes:

  • New: InternalIPS, allows to specify CIDRs for INTERNAL_IPS
  • Docs: restructure toctree

v3.0.2

Compare Source

Changes:

  • Fix: shell_plus, fix honouring SHELL_PLUS in settings.py

v3.0.1

Compare Source

Changes:

  • Fix: setup.py, add python_requires and remove legacy trove classifiers

v3.0.0

Compare Source

This is the first Django Extensions release which only targets Django 2.2 and above.
It drops official support for Python 2.7.

Changes:

  • Removal of Python 2 support
  • Removal of deprecated keyczar encrypted fields EncryptedTextField and EncryptedCharField
  • Removal of deprecated passwd command
  • Removal of truncate_letters filter
  • Change: TimeStampedModel; Removed default ordering on abstract model
  • New: DjangoExtensionsConfig AppConfig
  • New: shell_plus, JupyterLab support
  • New: list_signals, List all signals by model and signal type
  • Improvement: shell_plus, use -- to directly pass additional arguments to Jupyter
  • Improvement: shell_plus, improvements to MySQL support
  • Improvement: jobs, use logging to record errors
  • Improvement: syncdata, added --remove-before flag
  • Improvement: graph_models, add field and model to template context
  • Fix: syncdata, fix non existent field in fixture data
  • Fix: pipchecker, compatibility with pip 20.1

v2.2.9

Compare Source

Changes:

  • Fix: shell_plus, move notebook down the list of preferred shells
  • Fix: sqldiff, fix KeyError when detecting missing (unique) indexes
  • Improvement: encrypted fields, make it harder to use deprecated keyczar fields
  • Locale: Removed empty localizations

v2.2.8

Compare Source

Changes:

  • Locale: zh_Hans, removed as it generated UnicodeDecodeError errors (#​1478)

v2.2.7

Compare Source

Changes:

  • Improvement: shell_plus, #​865 always add manage.py basedir to path for notebook kernel
  • Improvement: docs, add zh-Hans locale
  • Improvement: runserver_plus, fix broken import for werkzeug v1.0.0
  • Improvement: runserver_plus, #​1461 fix always trying to load StaticFilesHandler
  • Improvement: pipchecker, #​1471 fix import of PipSession

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/django-extensions-3.x branch from 7e99c07 to a8ce5ad Compare March 7, 2022 15:39
@renovate renovate bot force-pushed the renovate/django-extensions-3.x branch from a8ce5ad to 6cdbc94 Compare September 25, 2022 14:20
@renovate renovate bot force-pushed the renovate/django-extensions-3.x branch from 6cdbc94 to 4b6e24c Compare November 20, 2022 18:24
@renovate renovate bot force-pushed the renovate/django-extensions-3.x branch from 4b6e24c to 858d80c Compare June 9, 2023 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants