netzkolchose / django-computedfields

Provides autogenerated autoupdated database fields for model methods.
MIT License
94 stars 14 forks source link

fix proxy models #109

Closed jerch closed 2 years ago

jerch commented 2 years ago

Should fix #107.

@M-Saeb It needs indeed additional fixes on the resolver maps, but it was straight forward to re-add the proxy models there. Could you check if this work for your case?

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2156602694


Changes Missing Coverage Covered Lines Changed/Added Lines %
computedfields/helper.py 5 6 83.33%
computedfields/resolver.py 19 20 95.0%
<!-- Total: 26 28 92.86% -->
Totals Coverage Status
Change from base Build 1751665031: -10.0%
Covered Lines: 1244
Relevant Lines: 1402

💛 - Coveralls
M-Saeb commented 2 years ago

Should fix #107.

@M-Saeb It needs indeed additional fixes on the resolver maps, but it was straight forward to re-add the proxy models there. Could you check if this work for your case?

@jerch Just tested it. everything works fine from my side 👍🏼