virtualenv/web/res/patch/piston.diff
author cavaliet
Wed, 30 May 2012 13:08:16 +0200
changeset 646 97f5db87d71c
parent 56 125fc6df230d
permissions -rw-r--r--
Enhance pagination with public project and quick search.

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='tokens')
+   user = models.ForeignKey(User, null=True, blank=True, related_name='piston_tokens')
    consumer = models.ForeignKey(Consumer)