adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
228 stars 55 forks source link

Deprecate `transfer_to()` #121

Closed adamcharnock closed 1 week ago

adamcharnock commented 1 week ago

This will be removed in 2.0, and replaced with accounting_transfer_to()

adamcharnock commented 1 week ago

Ignore this, it has already been done! I just didn't see the @deprecated decorator.