Changes between Initial Version and Version 1 of Ticket #32975


Ignore:
Timestamp:
Jul 30, 2021, 10:30:46 AM (3 years ago)
Author:
Lucas Weyne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32975 – Description

    initial v1  
    5252A `ValueError` is raised because the result for `SpecialJournalist._meta.get_parent_list()` does not include `Journalist`:
    5353
    54 {{{#!python
     54{{{
    5555>>> SpecialJournalist._meta.get_parent_list()
    5656[<class 'Reporter'>]
Back to Top