virtualenv/web/res/patch/piston.diff
author ymh <ymh.work@gmail.com>
Wed, 30 Mar 2011 15:50:02 +0200
changeset 52 83c5a6907714
parent 22 03d02cf0bea7
child 56 125fc6df230d
permissions -rw-r--r--
update cinelab serialization

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)