mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
c3904deb91
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.