--------------------
**Added**
- Ability to specify name for currency field. :github-issue:`195` (:github-user:`Stranger6667`)
- Validators for ``MoneyField``. :github-issue:`308` (:github-user:`Stranger6667`)
**Changed**
- Improved ``Money`` support. Now ``django-money`` fully relies on ``pymoneyed`` localization everywhere, including Django admin. :github-issue:`276` (:github-user:`Stranger6667`)
- Implement ``__html__`` method. If used in Django templates, an ``Money`` object's amount and currency are now separated with non-breaking space (`` ``) :github-issue:`337` (:github-user:`jonashaag`)
**Deprecated**
- ``djmoney.models.fields.MoneyPatched`` and ``moneyed.Money`` are deprecated. Use ``djmoney.money.Money`` instead.
**Fixed**
- Fixed model field validation. :github-issue:`308` (:github-user:`Stranger6667`).
- Fixed managers caching for Django >= 1.10. :github-issue:`318` (:github-user:`Stranger6667`).
- Fixed ``F`` expressions support for ``in`` lookups. :github-issue:`321` (:github-user:`Stranger6667`).
- Fixed money comprehension on querysets. :github-issue:`331` (:github-user:`Stranger6667`, :github-user:`jaavii1988`).
- Fixed errors in Django Admin integration. :github-issue:`334` (:github-user:`Stranger6667`, :github-user:`adi-`).
**Removed**
- Dropped support for Python 2.6 and 3.2. (:github-user:`Stranger6667`)
- Dropped support for Django 1.4, 1.5, 1.6, 1.7 and 1.9. (:github-user:`Stranger6667`)