---------------------
**Added**
- South support via implementing the ``south_triple_field`` method. (:github-user:`mattions`)
**Fixed**
- Fixed issues with money widget not passing attrs up to django's render method, caused id attribute to not be set in html for widgets. (:github-user:`adambregenzer`)
- Fixed issue of default currency not being passed on to widget. (:github-user:`snbuchholz`)
- Return the right default for South. (:github-user:`mattions`)
- Django 1.5 compatibility. (:github-user:`devlocal`)