netzkolchose / django-computedfields

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

clarify F expression usage #98

Closed jerch closed 2 years ago

jerch commented 2 years ago

computedfields are incompatible with F expressions:

Edit: fast_update should at least spot F expressions in values and bail out to bulk_update, so we dont break with bulk_update interface.