Creaty-Co / creaty-api

2 stars 0 forks source link

⬆️ Bump django-money from 3.4.0 to 3.4.1 #542

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps django-money from 3.4.0 to 3.4.1.

Release notes

Sourced from django-money's releases.

Release 3.4.1

Full Changelog: https://django-money.readthedocs.io/en/latest/changes.html

Changelog

Sourced from django-money's changelog.

3.4.1_ - 2023-11-30

Fixed

  • The default setting for CURRENCY_CHOICES excluded the currency choice defined by DEFAULT_CURRENCY. :github-issue:739 (:github-user:Naggafin)

3.4_ - 2023-10-17

.. note::

If you are using Django REST Framework or any other mechanism that relies on a custom serializer, please note that you now manually have to register the serializer. See :ref:this code snippet <index:Note on serialization>.

Changed

  • Don't register Django Money serializers by default, instead the user should actively register a serializer in the settings.py :github-issue:636 (:github-user:emorozov)

3.3_ - 2023-09-10

Fixed

  • Fix detection of necessary migrations. Note that this means that previously undetected migrations will be detected as of this version :github-issue:725 (:github-user:vanschelven)

3.2_ - 2023-07-03

Changed

  • Explicitly define id in djmoney.contrib.exchange.Rate model - This ensures that the database table will use AutoField even if DEFAULT_AUTO_FIELD is set to BigAutoField in the Django project's settings #716

Fixed

  • Downgrade asgiref to 3.6 to work with pypy3

3.1_ - 2023-04-20

Added

  • Python 3.11 support :github-issue:700 (:github-user:sdarmofal)
  • Django 4.2 support :github-issue:700 (:github-user:sdarmofal)
  • Pyright support for .pyi files :github-issue:686 (:github-user:karolyi)
  • Support for Coalesce :github-issue:678 (:github-user:stianjensen)

... (truncated)

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 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)