Changes between Initial Version and Version 1 of Ticket #36344, comment 4


Ignore:
Timestamp:
Apr 22, 2025, 10:23:28 AM (7 months ago)
Author:
Erick

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36344, comment 4

    initial v1  
    1 That makes sense, appreciate the explanation. I wonder if it would be reasonable to update the docs to mention this bad behavior; as written, I would have passed off the admonition about __init__ as probably not related given that it just talks about infinite recursion.
     1That makes sense, appreciate the explanation. I wonder if it would be reasonable to update the docs to mention this bad behavior; as written, I would have passed off the admonition about `__init__` as probably not related given that it just talks about infinite recursion.
    22
    3 > Additionally, referring to model fields within __init__ may potentially result in infinite recursion errors in some circumstances.
     3> Additionally, referring to model fields within `__init__` may potentially result in infinite recursion errors in some circumstances.
    44
    55Happy to contribute a PR if you think it's a good idea.
Back to Top