Changes between Version 1 and Version 2 of Ticket #28358, comment 18
- Timestamp:
- May 23, 2022, 12:55:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28358, comment 18
v1 v2 12 12 13 13 4.0 is fine. Not sure which commit introduces it at this point. These ones just seemed like the likely culprit. 14 15 LOL, 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