mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
b53ed351b3
There was an old complaint about nullable one-to-one field cascading even when the o2o field was saved to None value before the deletion. Added an test to verify this doesn't happen. Also some PEP 8 cleanup.