Changes between Initial Version and Version 1 of Ticket #31820


Ignore:
Timestamp:
Jul 23, 2020, 4:56:41 AM (4 years ago)
Author:
Remy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31820 – Description

    initial v1  
    2222        ACTION = 'A', 'Action'
    2323
    24     genres = models.charField(max_length=1, choices=Genre.choices)
     24    genres = models.CharField(max_length=1, choices=Genre.choices)
    2525}}}
    2626
Back to Top