Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated change log #122

Merged
merged 1 commit into from Sep 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,21 @@
Changes in 0.7.2
- Better checks on None values (@tsouvarev, @sjdines)
- Consistency with south declarations and calling str function (@sjdines)

Changes in 0.7
- Django 1.8 compatible (@willhcr)
- Fix bug in printing MoneyField (@YAmikep)

Changes in 0.6
- Tox cleanup (@edwinlunando)
- Add Python 3 trove classifier (@dekkers)
- Improved README (@glarrain)
- Appends _currency to non-money ExpressionFields [#101] (@alexhayes, @alexriina, @briankung)
- Data truncated for column [#103] (@alexhayes)
- Proxy Model with MoneyField returns wrong class [#80] (@spookylukey)
- Fixed has_changed not working [#95] (@spookylukey)
-Added/Cleaned up tests (@spookylukey, @alexriina)

Changes in 0.5
- Django 1.7 compatibility (Francois Rejete <francois@rejete.com>)
- Added "choices=" to instantiation of currency widget (David Stockwell <david@zooey.co.uk>)
Expand Down