Hi, i've posted this question already in the geodjango-group (http:// groups.google.com/group/geodjango/browse_thread/thread/ 844c8c601f24cdf9?hl=en) but I think this should be a general django question.
I have in my models: class PointClass(...): .... srid = models.ForeignKey(SpatialRefSys, default=4326) .... Not I get in my Admin Panel the complete wkt-representation: see http://static.karrie.info/media/srid.png How to get just a list of srid.name in my admin panel??? For example: srid.name = "WGS 84" Thankx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---