Changes between Version 6 and Version 7 of Ticket #8576, comment 10


Ignore:
Timestamp:
May 6, 2024, 9:54:00 PM (6 months ago)
Author:
Csirmaz Bendegúz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8576, comment 10

    v6 v7  
    99class User(models.Model):
    1010    tenant = models.ForeignKey(Tenant, on_delete=models.CASCADE)
    11     id = models.SmallAutoField()
     11    id = models.AutoField()
    1212
    1313    class Meta:
Back to Top