Changes between Initial Version and Version 1 of Ticket #897
- Timestamp:
- May 4, 2006, 11:19:19 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #897
- Property Priority normal → low
-
Ticket #897 – Description
initial v1 2 2 E.G 3 3 4 {{{ 4 5 class ItemType(meta.Model): 5 6 name = meta.CharField(maxlength=100) … … 9 10 name = meta.CharField(maxlength=100) 10 11 itemtypes = meta.ManyToManyField(ItemType) 12 }}} 11 13 12 14 Excellent. When I make a new property type in the admin screens I get a