Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created October 22, 2011 20:49
Show Gist options
  • Save rustyrazorblade/1306478 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/1306478 to your computer and use it in GitHub Desktop.
circular reference
class User(Document):
name = StringField()
friends = ListField( ReferenceField(User) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment