--------------------
**Added**
- An ability to set custom currency choices via ``CURRENCY_CHOICES`` settings option. :github-issue:`211` (:github-user:`Stranger6667`, :github-user:`ChessSpider`)
**Fixed**
- Fixed ``AttributeError`` in ``get_or_create`` when the model have no default. :github-issue:`268` (:github-user:`Stranger6667`, :github-user:`lobziik`)
- Fixed ``UnicodeEncodeError`` in string representation of ``MoneyPatched`` on Python 2. :github-issue:`272` (:github-user:`Stranger6667`)
- Fixed various displaying errors in Django Admin . :github-issue:`232`, :github-issue:`220`, :github-issue:`196`, :github-issue:`102`, :github-issue:`90` (:github-user:`Stranger6667`,
:github-user:`arthurk`, :github-user:`mstarostik`, :github-user:`eriktelepovsky`, :github-user:`jplehmann`, :github-user:`graik`, :github-user:`benjaoming`, :github-user:`k8n`, :github-user:`yellow-sky`)
- Fixed non-Money values support for ``in`` lookup. :github-issue:`278` (:github-user:`Stranger6667`)
- Fixed available lookups with removing of needless lookup check. :github-issue:`277` (:github-user:`Stranger6667`)
- Fixed compatibility with ``py-moneyed``. (:github-user:`Stranger6667`)
- Fixed ignored currency value in Django REST Framework integration. :github-issue:`292` (:github-user:`gonzalobf`)