Changes between Version 2 and Version 3 of Ticket #17934, comment 3
- Timestamp:
- Mar 20, 2012, 10:01:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17934, comment 3
v2 v3 23 23 --------------------------------------------------------------------------[[BR]] 24 24 from django.db import models[[BR]] 25 [[BR]]26 25 class Poll(models.Model):[[BR]] 27 26 question = models.CharField(max_length=200)[[BR]] … … 77 76 - Loading initial data for polls.[[BR]] 78 77 No fixtures found.[[BR]] 79 [[BR]]80 78 ------------------------------------------------------------------------------[[BR]]