Luke Cousins

Results 69 comments of Luke Cousins

This would be very helpful for us too :pray:

We would love to see this. Would there be any scope to sponsor the development of this?

If you have a field in your model like: ```python code_full = models.GeneratedField( expression=If(Q(code_number__isnull=True), Value(None), Concat("code_prefix", "code_number")), db_persist=True, output_field=models.CharField(blank=True, null=True, max_length=15), ) ``` Then an error like @roniemartinez posted above...

> Is it as simple as that? Can we add built-in support? Built-in support would be great! I can't find a problem with this solution so far, and it's been...

Just to confirm, this change has been working problem-free for use for over a month now 👍

We would sign up for this immediately 🙏

We're also experiencing this issue and have had to downgrade to fix. A solution would be much appreciated :pray: Thank you [My internal ref BDEV-1998]