In the code repository, in the test_bdmodels folder (which is a Django project), there are a few apps of tests which were copied from the Django test suite. These are tests for uses of ForeignKey and OneToOneField, which in a perfect world would "just pass" with VirtualForeignKey and VirtualOneToOneField. Alas, they need to be adjusted -- if only for the fact that the virtual fields require migrations to set them up.
Work on these adaptations has been started, but not completed.
In the code repository, in the
test_bdmodelsfolder (which is a Django project), there are a few apps of tests which were copied from the Django test suite. These are tests for uses ofForeignKeyandOneToOneField, which in a perfect world would "just pass" withVirtualForeignKeyandVirtualOneToOneField. Alas, they need to be adjusted -- if only for the fact that the virtual fields require migrations to set them up.Work on these adaptations has been started, but not completed.