Changes between Initial Version and Version 1 of Ticket #897


Ignore:
Timestamp:
May 4, 2006, 11:19:19 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #897

    • Property Priority normallow
  • Ticket #897 – Description

    initial v1  
    22E.G
    33
     4{{{
    45class ItemType(meta.Model):
    56    name = meta.CharField(maxlength=100)
     
    910    name = meta.CharField(maxlength=100)
    1011    itemtypes = meta.ManyToManyField(ItemType)
     12}}}
    1113
    1214Excellent. When I make a new property type in the admin screens I get a
Back to Top