Changes between Initial Version and Version 1 of Ticket #32467
- Timestamp:
- Feb 20, 2021, 8:09:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32467 – Description
initial v1 3 3 4 4 parent is ForeignKey field 5 6 7 {{{ 5 8 6 9 class Category(models.Model): … … 15 18 null=True, blank=True 16 19 ) 20 21 }}}