mhindery / django_fk_issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository with a POC for a bug report

To illustrate the bug with some comments, see the tests in poc/poc_models/tests.py

pip install django
cd poc
python manage.py test

The test test_remote_object_does_not_exist_object_with_select_related_should_be_found contains the failing behaviour.

About


Languages

Language:Python 100.0%