Fixed #7823 -- Fixed an edge case in RelatedField.get_db_prep_lookup() so that
commit9325fe9c415a0887de3a96d567ee5f5e6fb91048
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 29 Aug 2008 02:40:50 +0000 (29 02:40 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 29 Aug 2008 02:40:50 +0000 (29 02:40 +0000)
tree58398211e8eca72f8299bf4483f7459545cc78e7
parentc61f38686a0517293b5268a092648fd0dc04d2ea
Fixed #7823 -- Fixed an edge case in RelatedField.get_db_prep_lookup() so that
it works correctly with custom field subclasses. Patch from Ivan Sagalaev.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/models/fields/related.py