Changes between Initial Version and Version 1 of Ticket #32975
- Timestamp:
- Jul 30, 2021, 10:30:46 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32975 – Description
initial v1 52 52 A `ValueError` is raised because the result for `SpecialJournalist._meta.get_parent_list()` does not include `Journalist`: 53 53 54 {{{ #!python54 {{{ 55 55 >>> SpecialJournalist._meta.get_parent_list() 56 56 [<class 'Reporter'>]