Changes between Initial Version and Version 1 of Ticket #12081
- Timestamp:
- Oct 25, 2009, 1:05:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12081 – Description
initial v1 5 5 6 6 Can some one please help in this issue . And my models file is as follows: 7 7 {{{ 8 8 from django.contrib.gis.db import models 9 9 … … 35 35 def __unicode__(self): 36 36 return self.name 37 }}}