Changes between Initial Version and Version 1 of Ticket #12081


Ignore:
Timestamp:
Oct 25, 2009, 1:05:07 PM (15 years ago)
Author:
Alex Gaynor
Comment:

Please use the preview button.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12081 – Description

    initial v1  
    55
    66Can some one please help in this issue . And my models file is as follows:
    7 
     7{{{
    88from django.contrib.gis.db import models
    99
     
    3535    def __unicode__(self):
    3636        return self.name
     37}}}
Back to Top