Changes between Version 1 and Version 2 of Ticket #19580, comment 47
- Timestamp:
- Jan 24, 2022, 4:02:32 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19580, comment 47
v1 v2 11 11 There is no difference - both of them have None value and making related query in both cases doesn't make sens. 12 12 13 So finally I came to the conclusion that what M2M is doing is correct - in both cases it raises error - and it meet some of The Zen of Python rules, I think :)13 So finally I came to the conclusion that what M2M is doing is correct - in both cases it raises error - and it meet some of The Zen of Python rules, I think.