kangasbros / django-bitcoin

bitcoin payment management for django
MIT License
179 stars 107 forks source link

AttributeError while editing Wallet objects fixed #19

Closed igor-shevchenko closed 11 years ago

igor-shevchenko commented 11 years ago

Fixed an AttributeError, which raises while adding or editing wallets via admin site because of django admin trying to display related object manager for "addresses" instead of address objects.

miohtama commented 11 years ago

Thanks for this. Merged now.

This pull request queue seems to be left hanging.