Added test for Geo indexes

This commit is contained in:
Harry Marr
2010-07-07 15:12:14 +01:00
parent 71689fcf23
commit c2163ecee5
3 changed files with 19 additions and 3 deletions

View File

@@ -1175,8 +1175,6 @@ class QuerySetTest(unittest.TestCase):
def __unicode__(self):
return self.title
meta = {'geo_indexes': ["location"]}
Event.drop_collection()
event1 = Event(title="Coltrane Motion @ Double Door",