Changes between Initial Version and Version 1 of Ticket #36518


Ignore:
Timestamp:
Jul 22, 2025, 11:39:21 AM (6 weeks ago)
Author:
Olivier Dalang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36518 – Description

    initial v1  
    11Hello !
    22
    3 I think I ran accross a regression when upgrading the a model containing a CheckConstraint and a GeneratedField (that are unrelated) from Django 5.1 to 5.2.
     3I think I ran accross a regression when upgrading a model containing a CheckConstraint and a GeneratedField (that are unrelated) from Django 5.1 to 5.2.
    44
    55Below is a simplified case that reproduces the issue.
Back to Top