Changes in 0.4
- Python 3 compatibility
- add tox tests
- add format localization 
- tag money_localize

Changes in 0.3.3
- 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 (adambregenzer)
- Fixed issue of default currency not being passed on to widget (snbuchholz)
- Implemented the south_triple_field to add support for south migration (mattions)
- Return the right default for south (mattions)
- Django 1.5 compatibility fix (devlocal)

Changes in 0.3.2
- Fixed issues with display_for_field not detecting fields correctly (adambregenzer)
- Add south ignore rule to avoid duplicate currency field when using the frozen orm (Rachid Belaid <rachid.belaid@gmail.com>)
- Disallow overide of objects manager if not setting it up with an instance (Rachid Belaid <rachid.belaid@gmail.com>)

Changes in 0.3.1
- Fix AttributeError when Model inherit a manager (Rachid Belaid <rachid.belaid@gmail.com>)
- Correctly serialize the field (Anand Kumria <akumria@acm.org>)

Changes in 0.3
- Allow django-money to be specified as read-only in a model (Anand Kumria <akumria@acm.org>)
- South support: Declare default attribute values. (Piet Delport <pjdelport@gmail.com>)
