You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this can be integrated, but it would be nice to see it as it's one of the most common things I encounter across a range of technologies (not just python or django)
So I recently saw this in some django code (I've made it generic)
Not sure if this can be integrated, but it would be nice to see it as it's one of the most common things I encounter across a range of technologies (not just python or django)
So I recently saw this in some django code (I've made it generic)
This causes a double-save to a single instance, which IMO is never acceptable and a sign of a bad design.
Instead I recommend adding this to ItemSerializer (basically generating every time before sending to view)
The text was updated successfully, but these errors were encountered: