mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Moved data loss check when assigning to a reverse one-to-one relation on
an unsaved instance to Model.save(). This is exactly the same change as
e4b813c but for reverse relations.