On Wed, Nov 3, 2010 at 3:06 PM, Yo-Yo Ma wrote:
> In the related_name docs (
> http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name
> ) you read about how you must specify a related_name for any foreign
> key in an abstract base class. This doesn't seem
In the related_name docs (
http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name
) you read about how you must specify a related_name for any foreign
key in an abstract base class. This doesn't seem to be true in
practice (I'm using trunk from a week ago,