Changes between Initial Version and Version 1 of Ticket #37259, comment 3


Ignore:
Timestamp:
Aug 11, 2026, 2:08:18 PM (3 weeks ago)
Author:
Jacob Walls

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:
     1I 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:
    22
    33{{{
Back to Top