Changes between Initial Version and Version 1 of Ticket #32367, comment 1
- Timestamp:
- Jan 19, 2021, 9:30:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32367, comment 1
initial v1 11 11 id = models.AutoField(primary_key=True) 12 12 13 class User( models.Model):13 class User(Entity): 14 14 pass 15 15 }}}