1
0

21 Commits

Author SHA256 Message Date
40804f6898 Accepting request 1198087 from devel:languages:python:django
- update to 3.5.3:
  * django-rest-framework: MoneyField does not work anymore with
    custom serializer fields
  * Django 5.1 support

OBS-URL: https://build.opensuse.org/request/show/1198087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=10
2024-09-01 17:22:35 +00:00
505543e3ef OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=20 2024-08-31 14:26:16 +00:00
6b1115298b - update to 3.5.3:
* django-rest-framework: MoneyField does not work anymore with
    custom serializer fields
  * Django 5.1 support
  * django-rest-framework: Fix regression from 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=19
2024-08-31 13:46:58 +00:00
90ec3a57f5 Accepting request 1184011 from devel:languages:python:django
- update to 3.5.2:
  * django-rest-framework: Fix regression from 3.5
  * If you generated MoneyField migrations in the previous series
    3.4.x, you may have to manually edit subsequent migrations.
  * Revert 3.4 patch, meaning that auto-generated CurrencyField
    is once again part of migrations
  * django-rest-framework: MinMoneyValidator and
    MaxMoneyValidator fixed, may require default_currency defined
  * Django 5.0 support

OBS-URL: https://build.opensuse.org/request/show/1184011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=9
2024-07-01 09:20:02 +00:00
7708d8354c - update to 3.5.2:
* django-rest-framework: Fix regression from 3.5
  * If you generated MoneyField migrations in the previous series
    3.4.x, you may have to manually edit subsequent migrations.
  * Revert 3.4 patch, meaning that auto-generated CurrencyField
    is once again part of migrations
  * django-rest-framework: MinMoneyValidator and
    MaxMoneyValidator fixed, may require default_currency defined
  * Django 5.0 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=17
2024-06-29 16:39:40 +00:00
05f10dd5c4 Accepting request 1135252 from devel:languages:python:django
- 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

OBS-URL: https://build.opensuse.org/request/show/1135252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=8
2023-12-28 22:01:14 +00:00
4892758233 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=15
2023-12-27 09:42:14 +00:00
bbff0f8f03 Accepting request 1071154 from devel:languages:python:django
- Update to 3.0:
  - Changed
    - Update py-moneyed to 2.0.
    - Remove the deprecated Money.decimal_places_display property
      and argument.
    - Remove the deprecated CURRENCY_DECIMAL_PLACES_DISPLAY
      setting.
    - Null constraint on an implicit CurrencyField is now
      declared from null=... argument to MoneyField.
  - Fixed
    - Improve the internal check for whether a currency is
      provided
    - Fix test suite for django main branch
    - MoneyField raises TypeError when default contains a valid
      amount but no currence, i.e. Money(123, None).
    - MoneyField supports default of type bytes
  - Added
    - Add support for Django 4.0 and 4.1.
    - Add support for Python 3.10.
  - Removed
    - Drop support for Django 3.1.
    - Drop support for Python 3.6.
- Remove upstreamed patches:
  - merged_pr_657.patch
  -  pr_638.patch

OBS-URL: https://build.opensuse.org/request/show/1071154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=7
2023-03-14 17:16:24 +00:00
7cf01f88b4 - Update to 3.0:
- Changed
    - Update py-moneyed to 2.0.
    - Remove the deprecated Money.decimal_places_display property
      and argument.
    - Remove the deprecated CURRENCY_DECIMAL_PLACES_DISPLAY
      setting.
    - Null constraint on an implicit CurrencyField is now
      declared from null=... argument to MoneyField.
  - Fixed
    - Improve the internal check for whether a currency is
      provided
    - Fix test suite for django main branch
    - MoneyField raises TypeError when default contains a valid
      amount but no currence, i.e. Money(123, None).
    - MoneyField supports default of type bytes
  - Added
    - Add support for Django 4.0 and 4.1.
    - Add support for Python 3.10.
  - Removed
    - Drop support for Django 3.1.
    - Drop support for Python 3.6.
- Remove upstreamed patches:
  - merged_pr_657.patch
  -  pr_638.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=13
2023-03-13 13:55:10 +00:00
4062de421b Accepting request 981048 from devel:languages:python:django
- Refreshed patch pr_638.patch to the merged version.

OBS-URL: https://build.opensuse.org/request/show/981048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=6
2022-06-07 09:45:13 +00:00
c2384ce2a5 - Refreshed patch pr_638.patch to the merged version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=11
2022-06-06 21:42:34 +00:00
318d859692 Accepting request 980905 from devel:languages:python:django
- Updated pr_638.patch according to the latest development upstream.

OBS-URL: https://build.opensuse.org/request/show/980905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=5
2022-06-05 19:28:41 +00:00
354907ba26 - Updated pr_638.patch according to the latest development upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=9
2022-06-05 16:34:09 +00:00
17a67b9ec2 Accepting request 979156 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/979156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=4
2022-05-25 18:35:10 +00:00
John Vandenberg
1920926b3d Accepting request 979138 from home:mcalabkova:branches:devel:languages:python:django
- Do not require pytest-pythonpath for build

OBS-URL: https://build.opensuse.org/request/show/979138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=7
2022-05-25 10:14:37 +00:00
9633494e29 Accepting request 976603 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/976603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=3
2022-05-12 21:00:55 +00:00
John Vandenberg
2f9ad31b0e Accepting request 976601 from home:jayvdb:branches:devel:languages:python:django
- Update to v2.1.1
- Add patches for py-moneyed v2 support
  * merged_pr_657.patch
  * pr_638.patch

OBS-URL: https://build.opensuse.org/request/show/976601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=5
2022-05-12 12:11:40 +00:00
cf0e5ddaff Accepting request 893761 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/893761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=2
2021-05-17 16:45:34 +00:00
940be0109f Accepting request 893760 from home:mcalabkova:branches:devel:languages:python:django
- Update to 1.3.1
  * Django 3.1 support
  * New setting CURRENCY_DECIMAL_PLACES_DISPLAY configures decimal 
    places to display for each configured currency.

OBS-URL: https://build.opensuse.org/request/show/893760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=3
2021-05-17 13:55:43 +00:00
31b4a43fd7 Accepting request 851837 from devel:languages:python:django
One of the commonly used money/currency field apps, including re-usable components django-hordak, django-google-adwords , django-invoicing (all in my OBS repo) and commercial grade complete software like ralph (in OBS) &  InvenTree (client in OBS), and used for djangoproject.com and pycon websites.
1k github *, most stars for any django money related app

OBS-URL: https://build.opensuse.org/request/show/851837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=1
2020-12-01 13:22:41 +00:00
9c9f1251b4 Accepting request 850058 from home:jayvdb:py-submit
One of the commonly used money/currency field apps, including re-usable components django-hordak, django-google-adwords , django-invoicing (all in my OBS repo) and commercial grade complete software like ralph (in OBS) &  InvenTree (client in OBS), and used for djangoproject.com and pycon websites.
1k github *, most stars for any django money related app

OBS-URL: https://build.opensuse.org/request/show/850058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=1
2020-11-30 12:56:27 +00:00