mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
8976d08edb
In the case of multiple-table inheritance models, get_all_related_objects() and get_all_related_objects_with_model() don't return the auto-created OneToOneField, but the new examples didn't account for this. Backport of 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master