python-django-money
Django support for using money and currency fields
- Developed at devel:languages:python:django
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-django-money && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-money-3.0.tar.gz | 0000065583 64 KB | |
python-django-money.changes | 0000003179 3.1 KB | |
python-django-money.spec | 0000002671 2.61 KB |
Revision 7 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 1071154
from
Matej Cepl (mcepl)
(revision 7)
- 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
Comments 0