Skip to content

Commit

Permalink
Merge pull request #545 from benjaoming/1.1-release
Browse files Browse the repository at this point in the history
1.1 release
  • Loading branch information
benjaoming committed Apr 6, 2020
2 parents eaa8df7 + 8a485e1 commit ce1af2a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
Changelog
=========

`1.1`_ - TBA
`1.1`_ - 2020-04-06

Fixed
~~~~~

- Optimize money operations on monies with the same currencies. (`horpto`)
- Optimize money operations on MoneyField instances with the same currencies. `#541`_ (`horpto`)

Added
~~~~~

- Support for ``Money`` type in ``QuerySet.bulk_update()``. (`satels`_)
- Support for ``Money`` type in ``QuerySet.bulk_update()`` `#534`_ (`satels`_)


`1.0`_ - 2019-11-08
Expand Down Expand Up @@ -218,7 +218,7 @@ Removed
- Deprecated ``Money.__float__`` which is implicitly called on some ``sum()`` operations `#347`_. (`jonashaag`_)

Migration from django-money-rates
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The new application is a drop-in replacement for ``django-money-rates``.
To migrate from ``django-money-rates``:
Expand Down Expand Up @@ -413,7 +413,7 @@ Fixed
- Fixed ``get_or_create`` crash, when ``defaults`` is passed. `#213`_ (`Stranger6667`_, `spookylukey`_)

Note about automatic model manager patches
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In 0.8, Django-money automatically patches every model managers with
``MoneyManager``. This causes migration problems if two or more managers are
Expand Down Expand Up @@ -639,7 +639,8 @@ Added

- Initial public release

.. _1.1: https://github.com/django-money/django-money/compare/1.0...HEAD
.. _1.2: https://github.com/django-money/django-money/compare/1.1...HEAD
.. _1.1: https://github.com/django-money/django-money/compare/1.0...1.1
.. _1.0: https://github.com/django-money/django-money/compare/0.15.1...1.0
.. _0.15.1: https://github.com/django-money/django-money/compare/0.15.1...0.15
.. _0.15: https://github.com/django-money/django-money/compare/0.15...0.14.4
Expand Down Expand Up @@ -690,8 +691,11 @@ Added
.. _0.3: https://github.com/django-money/django-money/compare/0.2...0.3
.. _0.2: https://github.com/django-money/django-money/compare/0.2...a6d90348085332a393abb40b86b5dd9505489b04

.. _#541: https://github.com/django-money/django-money/issues/541
.. _#534: https://github.com/django-money/django-money/issues/534
.. _#515: https://github.com/django-money/django-money/issues/515
.. _#509: https://github.com/django-money/django-money/issues/509
.. _#501: https://github.com/django-money/django-money/issues/501
.. _#490: https://github.com/django-money/django-money/issues/490
.. _#475: https://github.com/django-money/django-money/issues/475
.. _#480: https://github.com/django-money/django-money/issues/480
Expand Down Expand Up @@ -813,6 +817,7 @@ Added
.. _glarrain: https://github.com/glarrain
.. _graik: https://github.com/graik
.. _gonzalobf: https://github.com/gonzalobf
.. _horpto: https://github.com/horpto
.. _inureyes: https://github.com/inureyes
.. _ivanchenkodmitry: https://github.com/ivanchenkodmitry
.. _jaavii1988: https://github.com/jaavii1988
Expand Down

0 comments on commit ce1af2a

Please sign in to comment.