mirror of
https://github.com/django/django.git
synced 2025-03-11 01:42: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.