Can anyone help me with this stackoverflow question i asked about the Many-to-Many behaviour in django admin.

2013-05-02 Thread Nil
please visit the stackoverflow page for details. http://stackoverflow.com/questions/16333793/django-how-to-display-actual-objects-in-admin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

subqueries

2013-04-15 Thread NiL
hi list, I'm willing to implement something exactly like what's described here let's say I have documents and keywords, join by a many to many relation when I display a document detail, I wish to also display other documents that have a maximum of common keyword. detailed use case here

admin geodjango geometry and googlemaps v3

2012-10-09 Thread NiL
/ https://github.com/alanjds/django/blob/gis_gmaps_v3/django/contrib/gis/maps/google/gmap.py http://djangosnippets.org/snippets/1144/ The admin page is working nicely w/ openstreetmap, but I really want to use googlemaps for editing. would anyone like to share some experience ? regards NiL -- You