Django Money Versions Save

Money fields for Django forms and models.

0.13.3

6 years ago

Added

  • Rounding support via round built-in function on Python 3. #391 (@Stranger6667)

0.13.2

6 years ago

Added

  • Django Admin integration for exchange rates. #392 (Stranger6667)

Fixed

  • Exchange rates. TypeError when decoding JSON on Python 3.3-3.5. #399 (kcyeu)
  • Managers patching for models with custom Meta.default_manager_name. #400 (Stranger6667)

0.13.1

6 years ago

Fixed

  • Regression: Could not run w/o django.contrib.exchange #388 (@Stranger6667)

0.13

6 years ago

Added

  • Currency exchange. #385 (@Stranger6667)

Removed

  • Support for django-money-rates. #385 (@Stranger6667)
  • Deprecated Money.__float__ which is implicitly called on some sum() operations #347. (@jonashaag)

See release notes about replacing django-money-rates here:

http://django-money.readthedocs.io/en/stable/changes.html

0.12.3

6 years ago

Fixed

  • Fixed BaseMoneyValidator with falsy limit values. #371 (@1337)

0.12.2

6 years ago

Fixed

  • Django master branch compatibility. #361 (@Stranger6667)
  • Fixed get_or_create for models with shared currency. #364 (@Stranger6667)

Changed

  • Removed confusing rounding to integral value in Money.repr. #366 (@Stranger6667, @evenicoulddoit)

0.12.1

6 years ago

See also: http://django-money.readthedocs.io/en/stable/changes.html

Fixed

  • Fixed migrations on SQLite. #139, #338 (@Stranger6667)
  • Fixed Field.rel.to usage for Django 2.0. #349 (@richardowen)
  • Fixed Django REST Framework behaviour for serializers without *_currency field in serializer’s Meta.fields. #351 (@elcolie, @Stranger6667)

0.12

6 years ago

See also: http://django-money.readthedocs.io/en/stable/changes.html

Added

  • Ability to specify name for currency field. #195 (@Stranger6667)
  • Validators for MoneyField. #308 (@Stranger6667)

Changed

  • Improved Money support. Now django-money fully relies on pymoneyed localization everywhere, including Django admin. #276 (@Stranger6667)
  • Implement __html__ method. If used in Django templates, an Money object's amount and currency are now separated with non-breaking space ( ). #337 (@jonashaag)

Deprecated

  • djmoney.models.fields.MoneyPatched and moneyed.Money are deprecated. Use djmoney.money.Money instead.

Fixed

  • Fixed model field validation. #308 (@Stranger6667).
  • Fixed managers caching for Django >= 1.10. #318 (@Stranger6667).
  • Fixed F expressions support for in lookups. #321 (@Stranger6667).
  • Fixed money comprehension on querysets. #331 (@Stranger6667, @jaavii1988).
  • Fixed errors in Django Admin integration. #334 (@Stranger6667, @adi-).

Removed

  • Dropped support for Python 2.6 and 3.2. (@Stranger6667)
  • Dropped support for Django 1.4, 1.5, 1.6, 1.7 and 1.9. (@Stranger6667)

0.11.4

6 years ago
  • Fixed money parameters processing in update queries. #309

0.11.3

6 years ago
  • Restored support for Django 1.4, 1.5, 1.6, and 1.7 & Python 2.6 #304_ (@Stranger6667)