Blame python-django-money.changes

a9b5b0
-------------------------------------------------------------------
0e12f2
Mon Jun  6 21:41:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
0e12f2
0e12f2
- Refreshed patch pr_638.patch to the merged version.
0e12f2
0e12f2
-------------------------------------------------------------------
3feee8
Sun Jun  5 16:32:55 UTC 2022 - Matej Cepl <mcepl@suse.com>
3feee8
3feee8
- Updated pr_638.patch according to the latest development upstream.
3feee8
3feee8
-------------------------------------------------------------------
13de7e
Wed May 25 07:28:34 UTC 2022 - Markéta Machová <mmachova@suse.com>
13de7e
13de7e
- Do not require pytest-pythonpath for build
13de7e
13de7e
-------------------------------------------------------------------
e24198
Thu May 12 11:45:54 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
e24198
e24198
- Update to v2.1.1
e24198
  * Make Django REST Framework integration always raise lower-level
e24198
    errors as ValidationError.
e24198
  * False positives in Migration changes, improvements to
e24198
    MoneyField.deconstruct.
e24198
- from v2.1
e24198
  * Add support for Django 3.2.
e24198
  * Drop support for Django 1.11, 2.1 and 3.0.
e24198
  * Drop support for Python 3.5.
e24198
- from v2.0.3
e24198
  * Inconsistent Money._copy_attributes behaviour when non-Money
e24198
    instances are involved.
e24198
- from v2.0.2
e24198
  * Inconsistent Money._copy_attributes behaviour.
e24198
- from v2.0.1
e24198
  * Invalid deprecation warning behavior.
e24198
- from v2.0
e24198
  * New setting CURRENCY_CODE_MAX_LENGTH configures default
e24198
    max_length for MoneyField and exchange app models.
e24198
  * Update py-moneyed to >=1.2,<2. It uses babel to format Money,
e24198
    which formats it differently than py-moneyed<1.
e24198
  * Money.decimal_places_display to be removed in django-money 3.0.
e24198
  * CURRENCY_DECIMAL_PLACES_DISPLAY to be removed in django-money 3.0.
e24198
- Add patches for py-moneyed v2 support
e24198
  * merged_pr_657.patch
e24198
  * pr_638.patch
e24198
e24198
-------------------------------------------------------------------
27afc6
Mon May 17 13:47:51 UTC 2021 - Markéta Machová <mmachova@suse.com>
27afc6
27afc6
- Update to 1.3.1
27afc6
  * Django 3.1 support
27afc6
  * New setting CURRENCY_DECIMAL_PLACES_DISPLAY configures decimal 
27afc6
    places to display for each configured currency.
27afc6
27afc6
-------------------------------------------------------------------
a9b5b0
Tue Mar 31 04:58:29 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
a9b5b0
a9b5b0
- Initial spec for v1.0