virtualenv/web/res/patch/piston.diff
author ymh <ymh.work@gmail.com>
Wed, 09 Mar 2011 16:48:17 +0100
changeset 42 491513b6e144
parent 22 03d02cf0bea7
child 56 125fc6df230d
permissions -rw-r--r--
Merge with 7fe7db7a5b419bc65ffcd8ad3bda618f0cbb1018

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)