Changes between Initial Version and Version 1 of Ticket #37259, comment 3
- Timestamp:
- Aug 11, 2026, 2:08:18 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37259, comment 3
initial v1 1 I just noticed the documentation example has the following caveat. It just gives `super()` instead of a variant of `super( *args, **kwargs)`, but even so it feels like enough of a disclaimer:1 I just noticed the documentation example has the following caveat. It just gives `super()` instead of a variant of `super().from_db(*args, **kwargs)`, but even so it feels like enough of a disclaimer: 2 2 3 3 {{{