Skip to content

Fix 92: broken stats on models

moamoak requested to merge 92_Stats_models_broken into master

Replace Object.PRETTY_NAME with Object._meta.verbose_name.title() in the cotisation section of the stats. It was introduced by the translation of the cotisation app where I remove the PRETTY_NAME variable and used the verbose_name on the Meta class wich is the way Django recommend to do it.

Merge request reports