Changes between Initial Version and Version 1 of Ticket #36518
- Timestamp:
- Jul 22, 2025, 11:39:21 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36518 – Description
initial v1 1 1 Hello ! 2 2 3 I think I ran accross a regression when upgrading thea model containing a CheckConstraint and a GeneratedField (that are unrelated) from Django 5.1 to 5.2.3 I 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. 4 4 5 5 Below is a simplified case that reproduces the issue.