Changes between Version 2 and Version 3 of Ticket #17934, comment 3


Ignore:
Timestamp:
Mar 20, 2012, 10:01:59 PM (12 years ago)
Author:
DonYang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17934, comment 3

    v2 v3  
    2323--------------------------------------------------------------------------[[BR]]
    2424from django.db import models[[BR]]
    25 [[BR]]
    2625class Poll(models.Model):[[BR]]
    2726    question = models.CharField(max_length=200)[[BR]]
     
    7776 - Loading initial data for polls.[[BR]]
    7877No fixtures found.[[BR]]
    79 [[BR]]
    8078------------------------------------------------------------------------------[[BR]]
Back to Top