areski / django-admin-tools-stats

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias
http://django-admin-tools-stats.readthedocs.org/
Other
291 stars 74 forks source link

Related field name #47

Closed PetrDlouhy closed 5 years ago

PetrDlouhy commented 5 years ago

The validation of operate/date fields was too restrictive. With this PR, it is possible to refer related fields through __ qualifier. Also the validation message is more helpful now, since it is the Django error message containing possible field choices.

areski commented 5 years ago

Thanks for that!