Changes between Version 2 and Version 3 of Ticket #36554
- Timestamp:
- Aug 14, 2025, 10:07:01 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36554 – Description
v2 v3 1 In TabularInline, there is an issue where the text gets cut off when the object's __str__is long.1 In TabularInline, there is an issue where the text gets cut off when the object's `__str__` is long. 2 2 3 3 [[Image(tabular_object_str.png)]]