adamcharnock / django-hordak

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

Added verbose_name s for static model translation #55

Closed nshayanfar closed 3 years ago

nshayanfar commented 3 years ago

Hi adam.

Sorry for the long delay. This one adds verbose_name to model and model fields. This paves the way for static model name creation through makemessages and compilemessages.

nshayanfar commented 3 years ago

another note: some tests are failing but they were also failing before my commit too.

adamcharnock commented 3 years ago

Thank you for this @nshayanfar! Merged :D