| author | ymh <ymh.work@gmail.com> |
| Tue, 30 Apr 2013 17:15:30 +0200 | |
| branch | socialauth |
| changeset 1172 | 7a8c942972b5 |
| parent 22 | 03d02cf0bea7 |
| child 56 | 125fc6df230d |
| permissions | -rw-r--r-- |
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)