Changes between Version 1 and Version 2 of Ticket #28358, comment 18


Ignore:
Timestamp:
May 23, 2022, 12:55:46 PM (2 years ago)
Author:
Dylan Young

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28358, comment 18

    v1 v2  
    1212
    13134.0 is fine.  Not sure which commit introduces it at this point.  These ones just seemed like the likely culprit.
     14
     15LOL, it was probably my debugging code throwing off the line numbers:
     16
     17{{{
     18        # admin_site = admin_site._wrapped
     19        # print(admin_site, type(admin_site), type(admin_site).mro())
     20        # for klass in type(admin_site).mro():
     21        #     print(klass)
     22        #     print(dir(klass))
     23}}}
     24
Back to Top