django-oscar / django-oscar-stores

Physical store integration for Django Oscar
BSD 3-Clause "New" or "Revised" License
92 stars 57 forks source link

Update django-extensions requirement from <3.2,>=3.1 to >=3.1,<3.3 #199

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on django-extensions to permit the latest version.

Release notes

Sourced from django-extensions's releases.

3.2.0

What's Changed

New Contributors

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

Changelog

Sourced from django-extensions's changelog.

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

Changes:

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

3.1.4

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

3.1.3

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

3.1.2

Changes:

... (truncated)

Commits


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (8b27795) into master (4f7c83c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   89.75%   89.75%           
=======================================
  Files          16       16           
  Lines         605      605           
=======================================
  Hits          543      543           
  Misses         62       62