Changes between Version 3 and Version 4 of Ticket #5037


Ignore:
Timestamp:
Aug 1, 2007, 12:21:08 AM (17 years ago)
Author:
James Bennett
Comment:

(again)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5037 – Description

    v3 v4  
    1515class Author(models.Model):
    1616    name = models.CharField(maxlength=50)
    17     email = models.EmailField
     17    email = models.EmailField()
    1818
    1919    def __unicode__(self):
Back to Top