virtualenv/web/res/patch/piston.diff
author ymh <ymh.work@gmail.com>
Fri, 11 Feb 2011 13:35:55 +0100
changeset 25 d5decd9e80cf
parent 22 03d02cf0bea7
child 56 125fc6df230d
permissions -rw-r--r--
Merge with b3703b98ce32f39f3f3537fbb20c6d8d3b247788

diff -r 278:c4b2d21db51a piston/models.py
@@ -118 +118 @@
    timestamp = models.IntegerField()
    is_approved = models.BooleanField(default=False)

-   user = models.ForeignKey(User, null=True, blank=True, related_name='piston_tokens')
+   user = models.ForeignKey(User, null=True, blank=True, related_name='piston_tokens')
    consumer = models.ForeignKey(Consumer)