Changes between Version 6 and Version 7 of Ticket #8576, comment 10
- Timestamp:
- May 6, 2024, 9:54:00 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8576, comment 10
v6 v7 9 9 class User(models.Model): 10 10 tenant = models.ForeignKey(Tenant, on_delete=models.CASCADE) 11 id = models. SmallAutoField()11 id = models.AutoField() 12 12 13 13 class Meta: