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