Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 2, 2008
1 parent e86812b commit 8ac3a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -24,8 +24,8 @@ Because the system is isolated, you may mix and match SingletonModel's with regu
import singletons as models

class MyModel(models.SingletonModel):
name = models.CharField(...)
fkey = models.ForeignKey('Other')
name = models.CharField(...)
fkey = models.ForeignKey('Other')

class Other(models.Model):
name = models.CharField(...)
name = models.CharField(...)

0 comments on commit 8ac3a98

Please sign in to comment.