Changes between Version 1 and Version 2 of Ticket #37208, comment 1


Ignore:
Timestamp:
Jul 8, 2026, 3:14:16 AM (65 minutes ago)
Author:
Twili Spar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37208, comment 1

    v1 v2  
    1111            name="tmp",
    1212            field=models.GeneratedField(
    13                 db_persist=True,
     13                db_persist=True,  # 👈 This would change the VIRTUAL to STORED in DB, which is not good
    1414                expression=models.Q(("standard_symbol_tmp__isnull", False)),
    1515                null=True,
Back to Top