mirror of
https://github.com/django/django.git
synced 2025-02-03 14:16:52 +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.