what is the 'related_name' mean in django ..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-15T03:51:43Z Indexed on 2010/04/15 3:53 UTC
Read the original article Hit count: 175

Filed under:

what is the useful for?

thanks

members = models.ManyToManyField(User, related_name='maps', verbose_name=_('members'))

© Stack Overflow or respective owner

Related posts about django