Fixed #7512 -- Fixed an oversight when I first fixed ordering on nullable
commit099e2ffdec6e122e044030bdb2b484245e4d81b6
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 1 Sep 2008 02:43:55 +0000 (1 02:43 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 1 Sep 2008 02:43:55 +0000 (1 02:43 +0000)
tree0f8453107957428e471ee34c6e4fd8f4ee4fe5b3
parentd67eb7b808b4698afe36a36e5390c5e4c0c1c236
Fixed #7512 -- Fixed an oversight when I first fixed ordering on nullable
foreign keys (r7761). Thanks to George Vilches for the test case here.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/models/sql/query.py
tests/regressiontests/null_fk_ordering/__init__.py [new file with mode: 0644]
tests/regressiontests/null_fk_ordering/models.py [new file with mode: 0644]