Changes between Initial Version and Version 1 of Ticket #36237
- Timestamp:
- Mar 8, 2025, 7:49:37 AM (32 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36237
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #36237 – Description
initial v1 1 https://docs.djangoproject.com/en/5.1/ref/models/querysets/#create 2 3 Explicitly states that "save" and "create" are equal, but if you have signals (post-save or pre-save), that is no longer true. Maybe a reference to signals there might be helpful. At least in my mind, equivalent suggestes unconditional equivalency at all times. 4 1 nvm