Changes between Version 4 and Version 7 of Ticket #35735


Ignore:
Timestamp:
Sep 5, 2024, 2:02:56 PM (2 weeks ago)
Author:
Fabian Braun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35735

    • Property Status assignedclosed
    • Property Resolutionneedsinfo
    • Property Version 5.0dev
  • Ticket #35735 – Description

    v4 v7  
    11Before python 3.9 class properties were always available through the template system. If you had a class
    22{{{
    3 class MyClass:
     3class MyClass(list):
    44    in_template = True
    55    do_not_call_in_templates = True  # prevent instantiation
Back to Top