> There's already a ticket about this (but I'm sorry, I don't remember the
> ticket
> number). But I'm sure there was a patch in the ticket.
>
> Michael
http://code.djangoproject.com/ticket/2874
Ryan
--~--~-~--~~~---~--~~
You received this message because you
On Tue, Sep 04, Sebastian Macias wrote:
>
> The reason I'm summiting this here is because after spending many
> hours troubleshooting it I really think is an actual bug.
There's already a ticket about this (but I'm sorry, I don't remember the ticket
number). But I'm sure there was a patch in th
The reason I'm summiting this here is because after spending many
hours troubleshooting it I really think is an actual bug.
I have the following model:
class Subscriber(models.Model):
list = models.ForeignKey(List)
user = models.ForeignKey(User)
subscribe_date = models.DateTimeField(