Changes between Initial Version and Version 2 of Ticket #35019


Ignore:
Timestamp:
Dec 6, 2023, 4:23:35 AM (10 months ago)
Author:
Deb Kumar Das
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35019

    • Property Component UncategorizedDatabase layer (models, ORM)
  • Ticket #35019 – Description

    initial v2  
    44#!python
    55class Square(models.Model):
    6     id = models.BigAutoField(primary_key=True)
    76    side = models.IntegerField()
    87    area = models.GeneratedField(
Back to Top