Consider the following skeleton of a models.py for a space conquest game:
class Fleet(models.Model): game = models.ForeignKey(Game, related_name=\'planet_set
This is perhaps what you are looking for:
https://web.archive.org/web/20121126091406/http://simonwillison.net/2009/May/7/mmalones/