On Mon, Feb 1, 2010 at 10:28 AM, Richard Laager <rlaa...@wiktel.com> wrote: > There's a small bug in RawQuerySet. It breaks (returns a deferred model > instance instead of a regular model instance even when the appropriate > column is SELECTed) with models that have a ForeignKey with a db_column > specified. For example:
Hi Richard, Thanks for the report. The best way to report problems like this is to use Trac - search the archive to see if anyone has reported a simliar problem (I don't think anyone has in this case), open a new ticket, and upload your patch to the ticket. Ideally, your patch should also include a programatic test case - that is, something integrated into Django's own test suite. However, if you can't work out how to do this, a clear set of instructions for reproducing the problem will suffice. For more details on style guides and preferred formats for bug reports, see: http://docs.djangoproject.com/en/1.1/internals/contributing/ Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.