Changes between Initial Version and Version 1 of Ticket #36344, comment 4
- Timestamp:
- Apr 22, 2025, 10:23:28 AM (7 months ago)
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.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. 2 2 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. 4 4 5 5 Happy to contribute a PR if you think it's a good idea.