Changes between Version 1 and Version 2 of CookBookCategoryDataModelPostMagic


Ignore:
Timestamp:
May 26, 2006, 11:53:25 AM (18 years ago)
Author:
ttate@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookCategoryDataModelPostMagic

    v1 v2  
    5252                if self.name in p_list:
    5353                        raise validators.ValidationError("You must not save a category in itself!")
    54                 super(Tag, self).save()
     54                super(Category, self).save()
    5555}}}
    5656
Back to Top