Changes between Initial Version and Version 1 of Ticket #31820
- Timestamp:
- Jul 23, 2020, 4:56:41 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31820 – Description
initial v1 22 22 ACTION = 'A', 'Action' 23 23 24 genres = models. charField(max_length=1, choices=Genre.choices)24 genres = models.CharField(max_length=1, choices=Genre.choices) 25 25 }}} 26 26