Changes between Version 4 and Version 7 of Ticket #35735
- Timestamp:
- Sep 5, 2024, 2:02:56 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35735
- Property Status assigned → closed
- Property Resolution → needsinfo
- Property Version 5.0 → dev
-
Ticket #35735 – Description
v4 v7 1 1 Before python 3.9 class properties were always available through the template system. If you had a class 2 2 {{{ 3 class MyClass :3 class MyClass(list): 4 4 in_template = True 5 5 do_not_call_in_templates = True # prevent instantiation