mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +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.