more clip query speedups

This commit is contained in:
j 2011-10-29 12:39:33 +02:00
commit 8bb18af181
3 changed files with 8 additions and 5 deletions

View file

@ -32,8 +32,8 @@ def create_or_update_layer(data):
class Layer(models.Model):
class Meta:
ordering = ('position', )
#class Meta:
# ordering = ('position', )
enabled = models.BooleanField(default=True)