:)
This commit is contained in:
parent
cc0e7e4ae6
commit
640b59825a
|
@ -37,7 +37,7 @@ class Feature(models.Model):
|
|||
time_frame = models.ForeignKey("TimeFrame", null=True, blank=True)
|
||||
relationships = models.ManyToManyField("Feature", through='Relationship', blank=True)
|
||||
objects = models.GeoManager()
|
||||
search = models.FeatureSearchManager()
|
||||
search = FeatureSearchManager()
|
||||
|
||||
class Meta:
|
||||
ordering = ['preferred_name']
|
||||
|
|
Loading…
Reference in New Issue
Block a user