From 0c351324bad5c3d21fd51f690ae4cc50937e32b4 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 17 2024 20:02:44 +0000 Subject: update --- diff --git a/.files b/.files index 0f9e035..b0f53b9 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index df8592c..4199803 100644 --- a/.rev +++ b/.rev @@ -83,4 +83,22 @@ 1071154 + + 14625613660bee580fedd2cad287dab6 + 3.4.1 + + anag+factory + - update to 3.4.1: + * The default setting for ``CURRENCY_CHOICES`` excluded the + currency choice defined by ``DEFAULT_CURRENCY``. + * Don't register Django Money serializers by default, instead + the user should actively register a serializer in the + ``settings.py`` + * Fix detection of necessary migrations. Note that this means + that previously undetected migrations will be detected as of + this version + + * New setting CURRENCY_DECIMAL_PLACES_DISPLAY configures decimal + 1135252 + diff --git a/django-money-3.0.tar.gz b/django-money-3.0.tar.gz deleted file mode 120000 index 388499d..0000000 --- a/django-money-3.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreicc4c5pbnc35wzezl24ppvc6getxdg3mopethiepxdzx7lshuurwe \ No newline at end of file diff --git a/django-money-3.4.1.tar.gz b/django-money-3.4.1.tar.gz new file mode 120000 index 0000000..bdfe992 --- /dev/null +++ b/django-money-3.4.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreia77xji7bj7zxceb4aa6kweebfiysnapmbxnc6m7wdhlcf77tqwna \ No newline at end of file diff --git a/python-django-money.changes b/python-django-money.changes index d618165..c0c6e2c 100644 --- a/python-django-money.changes +++ b/python-django-money.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Wed Dec 27 09:41:17 UTC 2023 - Dirk Müller + +- update to 3.4.1: + * The default setting for ``CURRENCY_CHOICES`` excluded the + currency choice defined by ``DEFAULT_CURRENCY``. + * Don't register Django Money serializers by default, instead + the user should actively register a serializer in the + ``settings.py`` + * Fix detection of necessary migrations. Note that this means + that previously undetected migrations will be detected as of + this version + +------------------------------------------------------------------- Mon Mar 13 13:31:38 UTC 2023 - Matej Cepl - Update to 3.0: @@ -77,7 +90,7 @@ Mon May 17 13:47:51 UTC 2021 - Markéta Machová - Update to 1.3.1 * Django 3.1 support - * New setting CURRENCY_DECIMAL_PLACES_DISPLAY configures decimal + * New setting CURRENCY_DECIMAL_PLACES_DISPLAY configures decimal places to display for each configured currency. ------------------------------------------------------------------- diff --git a/python-django-money.spec b/python-django-money.spec index 8d0e1eb..87ea061 100644 --- a/python-django-money.spec +++ b/python-django-money.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-django-money -Version: 3.0 +Version: 3.4.1 Release: 0 Summary: Django support for using money and currency fields License: BSD-3-Clause