deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.37k stars 258 forks source link

Support F and Concat expressions in annotate() #735

Closed wookkl closed 4 months ago

wookkl commented 4 months ago

Hello!😀 I resolved the https://github.com/deschler/django-modeltranslation/issues/728.

However, only F and Concat functions are supported. Functions such as Subquery and Coalesce also seem to need support.

Please review this PR🙏

last-partizan commented 4 months ago

Very good, thank you! Merged it.